[FFmpeg-cvslog] r13553 - trunk/configure
diego
subversion
Fri May 30 12:11:53 CEST 2008
Author: diego
Date: Fri May 30 12:11:50 2008
New Revision: 13553
Log:
10l for Ramiro: Add missing backslashes in AltiVec CFLAGS test.
Modified:
trunk/configure
Modified: trunk/configure
==============================================================================
--- trunk/configure (original)
+++ trunk/configure Fri May 30 12:11:50 2008
@@ -1530,8 +1530,8 @@ fi
# AltiVec flags: The FSF version of GCC differs from the Apple version
if enabled altivec; then
- check_cflags -maltivec -mabi=altivec &&
- check_header altivec.h ||
+ check_cflags -maltivec -mabi=altivec && \
+ check_header altivec.h || \
check_cflags -faltivec
# check if our compiler supports Motorola AltiVec C API
More information about the ffmpeg-cvslog
mailing list