comparison decoders/smpeg.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 f11c10ffa31a
children fb519e6028e3
comparison
equal deleted inserted replaced
376:51883cd1193e 377:cbb15ecf423a
42 #ifdef SOUND_SUPPORTS_SMPEG 42 #ifdef SOUND_SUPPORTS_SMPEG
43 43
44 #include <stdio.h> 44 #include <stdio.h>
45 #include <stdlib.h> 45 #include <stdlib.h>
46 #include <string.h> 46 #include <string.h>
47 #include <assert.h>
48 47
49 #include "SDL_sound.h" 48 #include "SDL_sound.h"
50 49
51 #define __SDL_SOUND_INTERNAL__ 50 #define __SDL_SOUND_INTERNAL__
52 #include "SDL_sound_internal.h" 51 #include "SDL_sound_internal.h"