summaryrefslogtreecommitdiffstats
path: root/configure
diff options
context:
space:
mode:
authordiego <diego@b3059339-0415-0410-9bf9-f77b7e298cf2>2006-10-30 20:23:24 +0000
committerdiego <diego@b3059339-0415-0410-9bf9-f77b7e298cf2>2006-10-30 20:23:24 +0000
commit810b5c704f4c0d096a4c2c9b1521425ff3012583 (patch)
treeda5c278b9aa04588a058b8bdd11ca65fb573f3d9 /configure
parent4ec193b78da2fc922f2b7dd7c601224e0d1f1389 (diff)
downloadmpv-810b5c704f4c0d096a4c2c9b1521425ff3012583.tar.bz2
mpv-810b5c704f4c0d096a4c2c9b1521425ff3012583.tar.xz
Remove special output for outdated SDL. It's doubtful such old versions still
exist in the wild and we don't do this for other libs. git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@20538 b3059339-0415-0410-9bf9-f77b7e298cf2
Diffstat (limited to 'configure')
-rwxr-xr-xconfigure18
1 files changed, 0 insertions, 18 deletions
diff --git a/configure b/configure
index 3ed828689a..b68b026d72 100755
--- a/configure
+++ b/configure
@@ -4577,8 +4577,6 @@ EOF
_def_sdlbuggy='#undef BUGGY_SDL'
fi
_sdl=yes
- else
- _res_comment="outdated"
fi
fi
fi
@@ -8447,22 +8445,6 @@ if test "$_mtrr" = yes ; then
echo
fi
-if test "$_sdl" = "outdated" ; then
- cat <<EOF
-You have an outdated version of libSDL installed (older than v1.1.7) and SDL
-support has therefore been disabled.
-
-Please upgrade to a more recent version (version 1.1.8 and above are known to
-work). You may get this library from: http://www.libsdl.org
-
-You need to rerun ./configure and recompile after updating SDL. If you are
-only interested in the libSDL audio drivers, then an older version might work.
-
-Use --enable-sdl to force usage of libSDL.
-
-EOF
-fi
-
if x86; then
if test "$_win32" = no ; then
if test "$_win32libdir" ; then