comparison decoders/speex.c @ 532:a8492d97dd5a stable-1.0

Newer versions of Speex moved to a new include directory.
author Ryan C. Gordon <icculus@icculus.org>
date Thu, 17 Apr 2008 17:54:55 +0000
parents 61a317171ef0
children
comparison
equal deleted inserted replaced
529:4546fd3f664a 532:a8492d97dd5a
49 #include <stdlib.h> 49 #include <stdlib.h>
50 #include <string.h> 50 #include <string.h>
51 #include <assert.h> 51 #include <assert.h>
52 52
53 #include <ogg/ogg.h> 53 #include <ogg/ogg.h>
54 #include <speex.h> 54 #include <speex/speex.h>
55 #include <speex_header.h> 55 #include <speex/speex_header.h>
56 56
57 #include "SDL_sound.h" 57 #include "SDL_sound.h"
58 58
59 #define __SDL_SOUND_INTERNAL__ 59 #define __SDL_SOUND_INTERNAL__
60 #include "SDL_sound_internal.h" 60 #include "SDL_sound_internal.h"