Mercurial > SDL_sound_CoreAudio
comparison decoders/flac.c @ 377:cbb15ecf423a
WinCE (PocketPC) patches from Tyler.
author | Ryan C. Gordon <icculus@icculus.org> |
---|---|
date | Tue, 02 Jul 2002 03:58:24 +0000 |
parents | 498240aa76f1 |
children | fb519e6028e3 |
comparison
equal
deleted
inserted
replaced
376:51883cd1193e | 377:cbb15ecf423a |
---|---|
36 #ifdef SOUND_SUPPORTS_FLAC | 36 #ifdef SOUND_SUPPORTS_FLAC |
37 | 37 |
38 #include <stdio.h> | 38 #include <stdio.h> |
39 #include <stdlib.h> | 39 #include <stdlib.h> |
40 #include <string.h> | 40 #include <string.h> |
41 #include <assert.h> | |
42 | 41 |
43 #include "SDL_sound.h" | 42 #include "SDL_sound.h" |
44 | 43 |
45 #define __SDL_SOUND_INTERNAL__ | 44 #define __SDL_SOUND_INTERNAL__ |
46 #include "SDL_sound_internal.h" | 45 #include "SDL_sound_internal.h" |