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 /libvo | |
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 'libvo')
-rw-r--r-- | libvo/vo_sdl.c | 8 |
1 files changed, 1 insertions, 7 deletions
diff --git a/libvo/vo_sdl.c b/libvo/vo_sdl.c index 964bd01d29..0230a7895f 100644 --- a/libvo/vo_sdl.c +++ b/libvo/vo_sdl.c @@ -133,13 +133,7 @@ static vo_info_t vo_info = "" }; - -#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 */ |