1
mirror of https://github.com/mpv-player/mpv synced 2025-03-11 04:44:32 +01:00

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
This commit is contained in:
diego 2006-10-30 20:23:24 +00:00
parent 4ec193b78d
commit 810b5c704f

18
configure vendored

@ -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