Mercurial > SDL_sound_CoreAudio
comparison decoders/modplug.c @ 496:67d785044411
Forward port from stable branch: fix modplug header detection.
author | Ryan C. Gordon <icculus@icculus.org> |
---|---|
date | Wed, 12 Oct 2005 22:20:58 +0000 |
parents | 3e705c9180e5 |
children | 8a814bbbedfa |
comparison
equal
deleted
inserted
replaced
494:355129c687b7 | 496:67d785044411 |
---|---|
44 #include "SDL_sound.h" | 44 #include "SDL_sound.h" |
45 | 45 |
46 #define __SDL_SOUND_INTERNAL__ | 46 #define __SDL_SOUND_INTERNAL__ |
47 #include "SDL_sound_internal.h" | 47 #include "SDL_sound_internal.h" |
48 | 48 |
49 #if SOUND_MODPLUG_IN_OWN_PATH | |
50 #include "libmodplug/modplug.h" | |
51 #else | |
49 #include "modplug.h" | 52 #include "modplug.h" |
50 | 53 #endif |
51 | 54 |
52 static int MODPLUG_init(void); | 55 static int MODPLUG_init(void); |
53 static void MODPLUG_quit(void); | 56 static void MODPLUG_quit(void); |
54 static int MODPLUG_open(Sound_Sample *sample, const char *ext); | 57 static int MODPLUG_open(Sound_Sample *sample, const char *ext); |
55 static void MODPLUG_close(Sound_Sample *sample); | 58 static void MODPLUG_close(Sound_Sample *sample); |