[MPlayer-cvslog] r26830 - trunk/configure

diego subversion at mplayerhq.hu
Sun May 18 21:05:53 CEST 2008


Author: diego
Date: Sun May 18 21:05:52 2008
New Revision: 26830

Log:
Only run AltiVec compiler tests on PowerPC.


Modified:
   trunk/configure

Modified: trunk/configure
==============================================================================
--- trunk/configure	(original)
+++ trunk/configure	Sun May 18 21:05:52 2008
@@ -2415,7 +2415,7 @@ echores $_asmalign_pot
 
 
 #FIXME: This should happen before the check for CFLAGS..
-if test "$_altivec" = yes || test "$_runtime_cpudetection" = yes ; then
+if ppc && ( test "$_altivec" = yes || test "$_runtime_cpudetection" = yes ) ; then
 
     # check if AltiVec is supported by the compiler, and how to enable it
     echocheck "GCC AltiVec flags"



More information about the MPlayer-cvslog mailing list