Commit 9b7dbeb7 authored by diego's avatar diego

10l for Ramiro: Add missing backslashes in AltiVec CFLAGS test.


git-svn-id: file:///var/local/repositories/ffmpeg/trunk@13553 9553f0bf-9b14-0410-a0b8-cfaf0461ba5b
parent 49988ed5
......@@ -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
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment