comparison src/audio/SDL_mixer_MMX_VC.h @ 1487:dc6b59e925a2

Cleaning up warnings on MacOS X
author Sam Lantinga <slouken@libsdl.org>
date Thu, 09 Mar 2006 06:33:21 +0000
parents 12113661052d
children 782fd950bd46 c121d94672cb a1b03ba2fcd0
comparison
equal deleted inserted replaced
1486:9d77fc9d0ace 1487:dc6b59e925a2
21 */ 21 */
22 #include "SDL_config.h" 22 #include "SDL_config.h"
23 23
24 24
25 #if ((defined(_MSC_VER) && defined(_M_IX86)) || defined(__WATCOMC__)) && defined(SDL_ASSEMBLY_ROUTINES) 25 #if ((defined(_MSC_VER) && defined(_M_IX86)) || defined(__WATCOMC__)) && defined(SDL_ASSEMBLY_ROUTINES)
26 // headers for MMX assembler version of SDL_MixAudio 26 /* headers for MMX assembler version of SDL_MixAudio
27 // Copyright 2002 Stephane Marchesin (stephane.marchesin@wanadoo.fr) 27 Copyright 2002 Stephane Marchesin (stephane.marchesin@wanadoo.fr)
28 // Converted to Intel ASM notation by Cth 28 Converted to Intel ASM notation by Cth
29 // This code is licensed under the LGPL (see COPYING for details) 29 This code is licensed under the LGPL (see COPYING for details)
30 // 30
31 // Assumes buffer size in bytes is a multiple of 16 31 Assumes buffer size in bytes is a multiple of 16
32 // Assumes SDL_MIX_MAXVOLUME = 128 32 Assumes SDL_MIX_MAXVOLUME = 128
33 33 */
34 void SDL_MixAudio_MMX_S16_VC(char* ,char* ,unsigned int ,int ); 34 void SDL_MixAudio_MMX_S16_VC(char* ,char* ,unsigned int ,int );
35 void SDL_MixAudio_MMX_S8_VC(char* ,char* ,unsigned int ,int ); 35 void SDL_MixAudio_MMX_S8_VC(char* ,char* ,unsigned int ,int );
36 #endif 36 #endif