comparison decoders/mpglib.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 c66080364dff ef0d98d55865
comparison
equal deleted inserted replaced
376:51883cd1193e 377:cbb15ecf423a
44 #ifdef SOUND_SUPPORTS_MPGLIB 44 #ifdef SOUND_SUPPORTS_MPGLIB
45 45
46 #include <stdio.h> 46 #include <stdio.h>
47 #include <stdlib.h> 47 #include <stdlib.h>
48 #include <string.h> 48 #include <string.h>
49 #include <assert.h>
50 #include "mpglib/mpg123_sdlsound.h" 49 #include "mpglib/mpg123_sdlsound.h"
51 #include "mpglib/mpglib_sdlsound.h" 50 #include "mpglib/mpglib_sdlsound.h"
52 51
53 #include "SDL_sound.h" 52 #include "SDL_sound.h"
54 53