[MPlayer-cvslog] r26712 - trunk/configure

diego subversion at mplayerhq.hu
Sat May 10 14:13:54 CEST 2008


Author: diego
Date: Sat May 10 14:13:53 2008
New Revision: 26712

Log:
Only check for and set AltiVec flags if AltiVec or runtime CPU detection is
enabled.  Fixes Bugzilla #1073.


Modified:
   trunk/configure

Modified: trunk/configure
==============================================================================
--- trunk/configure	(original)
+++ trunk/configure	Sat May 10 14:13:53 2008
@@ -2411,7 +2411,7 @@ echores $_asmalign_pot
 
 
 #FIXME: This should happen before the check for CFLAGS..
-if ppc ; then
+if test "$_altivec" = yes || test "$_runtime_cpudetection" = yes ; then
 
     # check if altivec is supported by the compiler, and how to enable it
 



More information about the MPlayer-cvslog mailing list