Mercurial > SDL_sound_CoreAudio
comparison decoders/speex.c @ 534:a116d8f628a0
Merged r541:543 from branches/stable-1.0: Speex include directory fix.
author | Ryan C. Gordon <icculus@icculus.org> |
---|---|
date | Thu, 17 Apr 2008 17:56:09 +0000 |
parents | b5ddeebce808 |
children | 2e8907ff98e9 |
comparison
equal
deleted
inserted
replaced
531:8f93b3ff2d38 | 534:a116d8f628a0 |
---|---|
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" |