[MPlayer-cvslog] r22128 - trunk/configure
diego
subversion at mplayerhq.hu
Sun Feb 4 14:44:49 CET 2007
Author: diego
Date: Sun Feb 4 14:44:49 2007
New Revision: 22128
Modified:
trunk/configure
Log:
Fix MMX2 check, _sse is set to "kernel_check", not "yes".
Modified: trunk/configure
==============================================================================
--- trunk/configure (original)
+++ trunk/configure Sun Feb 4 14:44:49 2007
@@ -1478,7 +1478,7 @@
done
# SSE implies MMX2, but not all SSE processors report the mmxext CPU flag.
- test $_sse = yes && _mmxext=yes
+ test $_sse = kernel_check && _mmxext=kernel_check
echocheck "CPU vendor"
echores "$pvendor ($pfamily:$pmodel:$pstepping)"
More information about the MPlayer-cvslog
mailing list