Commit de3e16ee authored by Diego Biurrun's avatar Diego Biurrun

10l: Add useless backslashes in AltiVec CFLAGS test.

Originally committed as revision 13553 to svn://svn.ffmpeg.org/ffmpeg/trunk
parent 78728064
......@@ -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