[MPlayer-cvslog] r26642 - trunk/configure
diego
subversion at mplayerhq.hu
Thu May 1 19:48:38 CEST 2008
Author: diego
Date: Thu May 1 19:48:38 2008
New Revision: 26642
Log:
Always run the GCC AltiVec test so that the correct AltiVec CFLAGS get picked
up. They are needed even on machines without AltiVec for the altivec.h check.
Modified:
trunk/configure
Modified: trunk/configure
==============================================================================
--- trunk/configure (original)
+++ trunk/configure Thu May 1 19:48:38 2008
@@ -2408,7 +2408,6 @@ if ppc ; then
_altivec_gcc_flags=''
- if test "$_altivec" = yes -o "$_runtime_cpudetection" = yes ; then
echocheck "GCC altivec support"
p=''
@@ -2444,7 +2443,6 @@ EOF
fi
echores "$p"
- fi
# check if <altivec.h> should be included
echocheck "altivec.h"
More information about the MPlayer-cvslog
mailing list