summaryrefslogtreecommitdiffstats
path: root/libvo/vo_sdl.c
diff options
context:
space:
mode:
authoratmos4 <atmos4@b3059339-0415-0410-9bf9-f77b7e298cf2>2001-06-27 11:40:15 +0000
committeratmos4 <atmos4@b3059339-0415-0410-9bf9-f77b7e298cf2>2001-06-27 11:40:15 +0000
commitdf920217c0239ab3d209b5d92bb4a73e359029bb (patch)
treebac45f4e3b443541ce65cee685c60c2a0255cad4 /libvo/vo_sdl.c
parent3952747a33c5df8383edae6ab98368ed8128c95b (diff)
downloadmpv-df920217c0239ab3d209b5d92bb4a73e359029bb.tar.bz2
mpv-df920217c0239ab3d209b5d92bb4a73e359029bb.tar.xz
Corrected SDL include path.
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@1239 b3059339-0415-0410-9bf9-f77b7e298cf2
Diffstat (limited to 'libvo/vo_sdl.c')
-rw-r--r--libvo/vo_sdl.c8
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 */