Mercurial > SDL_sound_CoreAudio
diff 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 |
line wrap: on
line diff
--- a/decoders/modplug.c Sat Oct 01 15:38:51 2005 +0000 +++ b/decoders/modplug.c Wed Oct 12 22:20:58 2005 +0000 @@ -46,8 +46,11 @@ #define __SDL_SOUND_INTERNAL__ #include "SDL_sound_internal.h" +#if SOUND_MODPLUG_IN_OWN_PATH +#include "libmodplug/modplug.h" +#else #include "modplug.h" - +#endif static int MODPLUG_init(void); static void MODPLUG_quit(void);