[Mplayer-cvslog] CVS: main configure,1.293,1.294

Atmosfear atmos4 at mplayer.dev.hu
Mon Nov 26 01:46:46 CET 2001


Update of /cvsroot/mplayer/main
In directory mplayer:/var/tmp.root/cvs-serv7572

Modified Files:
	configure 
Log Message:
Disable problematic ffmpeg.so support by default and remove die on 2.2.x
and older kernel, replacing it with more in depth info.
(Kernel SSE check will disable SSE, if needed!)


Index: configure
===================================================================
RCS file: /cvsroot/mplayer/main/configure,v
retrieving revision 1.293
retrieving revision 1.294
diff -u -r1.293 -r1.294
--- configure	23 Nov 2001 18:25:09 -0000	1.293
+++ configure	26 Nov 2001 00:46:44 -0000	1.294
@@ -631,7 +631,7 @@
 _prefix="/usr/local"
 
 _libavcodec=auto
-_libavcodecso=auto
+_libavcodecso=no # changed default to no as it causes problems - atmos
 
 _mencoder=auto
 _x11=auto
@@ -946,9 +946,11 @@
   if test "$_k_verc_fail" ; then
     echores "$kernel_version, fail"
     echo "WARNING! If you want to run mplayer on this system, get prepared for problems!"
-    echo "2.2.x has a limited SSE support. Upgrade kernel or use --disable-sse"
-    echo "Older kernel won't work correctly with mplayer using SSE optimization."
-    die "old kernel for this cpu"
+    echo "2.2.x has limited SSE support. Upgrade kernel or use --disable-sse if you"
+    echo "experience crashes. MPlayer tries to autodetect if your kernel correctly supports"
+    echo "SSE, but you have been warned! If you are using kernel older then 2.2.x you must"
+    echo "upgrade it to get SSE support!"
+#    die "old kernel for this cpu" # works fine on some 2.2.x so don't die (later check will test)
   else
     echores "$kernel_version, ok"
   fi




More information about the MPlayer-cvslog mailing list