diff options
author | atmos4 <atmos4@b3059339-0415-0410-9bf9-f77b7e298cf2> | 2001-06-27 11:40:15 +0000 |
---|---|---|
committer | atmos4 <atmos4@b3059339-0415-0410-9bf9-f77b7e298cf2> | 2001-06-27 11:40:15 +0000 |
commit | df920217c0239ab3d209b5d92bb4a73e359029bb (patch) | |
tree | bac45f4e3b443541ce65cee685c60c2a0255cad4 /libao2 | |
parent | 3952747a33c5df8383edae6ab98368ed8128c95b (diff) |
Corrected SDL include path.
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@1239 b3059339-0415-0410-9bf9-f77b7e298cf2
Diffstat (limited to 'libao2')
-rw-r--r-- | libao2/ao_sdl.c | 6 |
1 files changed, 1 insertions, 5 deletions
diff --git a/libao2/ao_sdl.c b/libao2/ao_sdl.c index 2126c0d0ff..2d6a430aec 100644 --- a/libao2/ao_sdl.c +++ b/libao2/ao_sdl.c @@ -100,11 +100,7 @@ static int read_buffer(unsigned char* data,int len){ // end ring buffer stuff -#ifdef __FreeBSD__ -#include <SDL11/SDL.h> -#else -#include <SDL/SDL.h> -#endif +#include <SDL.h> #if defined(sun) && defined(__svr4__) /* setenv is missing on solaris */ |