Mercurial > SDL_sound_CoreAudio
diff decoders/ogg.c @ 100:6d9fdec2f708
added config.h, added --enable-debug flag, various other changes to the build system
author | fingolfin |
---|---|
date | Wed, 03 Oct 2001 12:25:34 +0000 |
parents | 9669aa13d3e0 |
children | 103cfcb3c014 |
line wrap: on
line diff
--- a/decoders/ogg.c Tue Oct 02 17:54:16 2001 +0000 +++ b/decoders/ogg.c Wed Oct 03 12:25:34 2001 +0000 @@ -34,6 +34,9 @@ #ifdef SOUND_SUPPORTS_OGG +#define __SDL_SOUND_INTERNAL__ +#include "SDL_sound_internal.h" + #include <stdio.h> #include <stdlib.h> #include <string.h> @@ -41,11 +44,8 @@ #include <assert.h> #include "vorbis/codec.h" #include "vorbis/vorbisfile.h" - #include "SDL_sound.h" -#define __SDL_SOUND_INTERNAL__ -#include "SDL_sound_internal.h" static int OGG_init(void); static void OGG_quit(void);