comparison src/audio/SDL_mixer_MMX.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 d910939febfa
children 782fd950bd46 c121d94672cb a8e5b518e194
comparison
equal deleted inserted replaced
1486:9d77fc9d0ace 1487:dc6b59e925a2
6 Assumes buffer size in bytes is a multiple of 16 6 Assumes buffer size in bytes is a multiple of 16
7 Assumes SDL_MIX_MAXVOLUME = 128 7 Assumes SDL_MIX_MAXVOLUME = 128
8 */ 8 */
9 #include "SDL_config.h" 9 #include "SDL_config.h"
10 10
11 11 #if defined(__GNUC__) && defined(__i386__) && defined(SDL_ASSEMBLY_ROUTINES)
12 #if defined(i386) && defined(__GNUC__) && defined(USE_ASMBLIT)
13 void SDL_MixAudio_MMX_S16(char* ,char* ,unsigned int ,int ); 12 void SDL_MixAudio_MMX_S16(char* ,char* ,unsigned int ,int );
14 void SDL_MixAudio_MMX_S8(char* ,char* ,unsigned int ,int ); 13 void SDL_MixAudio_MMX_S8(char* ,char* ,unsigned int ,int );
15 #endif 14 #endif
16 15