[MPlayer-cvslog] r22087 - trunk/configure
diego
subversion at mplayerhq.hu
Wed Jan 31 02:43:24 CET 2007
Author: diego
Date: Wed Jan 31 02:43:24 2007
New Revision: 22087
Modified:
trunk/configure
Log:
Fix looooooongstanding bug:
Only check for processor features when they are set to autodetection.
Modified: trunk/configure
==============================================================================
--- trunk/configure (original)
+++ trunk/configure Wed Jan 31 02:43:24 2007
@@ -1474,7 +1474,7 @@
-e s/xmm/sse/ -e s/kni/sse/`
for ext in $pparam ; do
- eval _$ext=auto && eval _$ext=yes
+ eval test \$_$ext = auto 2>/dev/null && eval _$ext=yes
done
# SSE implies MMX2, but not all SSE processors report the mmxext CPU flag.
More information about the MPlayer-cvslog
mailing list