Mercurial > SDL_sound_CoreAudio
comparison decoders/skeleton.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 | 40006625142a |
children | 706ec5842737 |
comparison
equal
deleted
inserted
replaced
99:3f0beddfd9c9 | 100:6d9fdec2f708 |
---|---|
29 * This file written by Ryan C. Gordon. (icculus@clutteredmind.org) | 29 * This file written by Ryan C. Gordon. (icculus@clutteredmind.org) |
30 */ | 30 */ |
31 | 31 |
32 #ifdef SOUND_SUPPORTS_FMT | 32 #ifdef SOUND_SUPPORTS_FMT |
33 | 33 |
34 #define __SDL_SOUND_INTERNAL__ | |
35 #include "SDL_sound_internal.h" | |
36 | |
34 #include <stdio.h> | 37 #include <stdio.h> |
35 #include <stdlib.h> | 38 #include <stdlib.h> |
36 #include <string.h> | 39 #include <string.h> |
37 #include <assert.h> | 40 #include <assert.h> |
38 #include "SDL_sound.h" | 41 #include "SDL_sound.h" |
39 | |
40 #define __SDL_SOUND_INTERNAL__ | |
41 #include "SDL_sound_internal.h" | |
42 | 42 |
43 | 43 |
44 static int FMT_init(void); | 44 static int FMT_init(void); |
45 static void FMT_quit(void); | 45 static void FMT_quit(void); |
46 static int FMT_open(Sound_Sample *sample, const char *ext); | 46 static int FMT_open(Sound_Sample *sample, const char *ext); |