[MPlayer-cvslog] r20538 - trunk/configure

diego subversion at mplayerhq.hu
Mon Oct 30 21:23:25 CET 2006


Author: diego
Date: Mon Oct 30 21:23:24 2006
New Revision: 20538

Modified:
   trunk/configure

Log:
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.


Modified: trunk/configure
==============================================================================
--- trunk/configure	(original)
+++ trunk/configure	Mon Oct 30 21:23:24 2006
@@ -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



More information about the MPlayer-cvslog mailing list