Mercurial > mplayer.hg
changeset 20522:54162022411e
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.
author | diego |
---|---|
date | Mon, 30 Oct 2006 20:23:24 +0000 |
parents | 5cf2bd4d0911 |
children | f5a5ccfef2cf |
files | configure |
diffstat | 1 files changed, 0 insertions(+), 18 deletions(-) [+] |
line wrap: on
line diff
--- a/configure Mon Oct 30 20:22:00 2006 +0000 +++ b/configure Mon Oct 30 20:23:24 2006 +0000 @@ -4577,8 +4577,6 @@ _def_sdlbuggy='#undef BUGGY_SDL' fi _sdl=yes - else - _res_comment="outdated" fi fi fi @@ -8447,22 +8445,6 @@ 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