[MPlayer-cvslog] r22120 - trunk/configure

lorenm subversion at mplayerhq.hu
Sun Feb 4 09:18:02 CET 2007


Author: lorenm
Date: Sun Feb  4 09:18:01 2007
New Revision: 22120

Modified:
   trunk/configure

Log:
r21753 broke compile-time detection of mmx flags on x86_64


Modified: trunk/configure
==============================================================================
--- trunk/configure	(original)
+++ trunk/configure	Sun Feb  4 09:18:01 2007
@@ -2109,7 +2109,7 @@
   fi
 fi
 
-if x86_32 && test "$_runtime_cpudetection" = no ; then
+if x86 && test "$_runtime_cpudetection" = no ; then
   extcheck() {
     if test "$1" = kernel_check ; then
       echocheck "kernel support of $2"



More information about the MPlayer-cvslog mailing list