[FFmpeg-cvslog] r12444 - trunk/configure
diego
subversion
Sat Mar 15 10:45:06 CET 2008
Author: diego
Date: Sat Mar 15 10:45:06 2008
New Revision: 12444
Log:
cosmetics: Reformat Apple cc check.
Modified:
trunk/configure
Modified: trunk/configure
==============================================================================
--- trunk/configure (original)
+++ trunk/configure Sat Mar 15 10:45:06 2008
@@ -1532,9 +1532,11 @@ fi
# AltiVec flags: The FSF version of GCC differs from the Apple version
if enabled altivec; then
- test -n "`$cc -v 2>&1 | grep version | grep Apple`" &&
- add_cflags "-faltivec" ||
+ if test -n "`$cc -v 2>&1 | grep version | grep Apple`"; then
+ add_cflags "-faltivec"
+ else
add_cflags "-maltivec -mabi=altivec"
+ fi
check_header altivec.h
More information about the ffmpeg-cvslog
mailing list