comparison decoders/ogg.c @ 443:30f96c853462

MacOS X build fixes.
author Ryan C. Gordon <icculus@icculus.org>
date Fri, 31 Jan 2003 05:17:46 +0000
parents f1c16afd9ebe
children c66080364dff 50bb9a6cebfe
comparison
equal deleted inserted replaced
442:6800c239cc93 443:30f96c853462
46 #include "SDL_sound.h" 46 #include "SDL_sound.h"
47 47
48 #define __SDL_SOUND_INTERNAL__ 48 #define __SDL_SOUND_INTERNAL__
49 #include "SDL_sound_internal.h" 49 #include "SDL_sound_internal.h"
50 50
51 #include "vorbis/codec.h" 51 #include <vorbis/codec.h>
52 #include "vorbis/vorbisfile.h" 52 #include <vorbis/vorbisfile.h>
53 53
54 54
55 static int OGG_init(void); 55 static int OGG_init(void);
56 static void OGG_quit(void); 56 static void OGG_quit(void);
57 static int OGG_open(Sound_Sample *sample, const char *ext); 57 static int OGG_open(Sound_Sample *sample, const char *ext);