Commit c3ecdb2f authored by diego's avatar diego

cosmetics: Reformat Apple cc check.


git-svn-id: file:///var/local/repositories/ffmpeg/trunk@12444 9553f0bf-9b14-0410-a0b8-cfaf0461ba5b
parent b5cf2875
......@@ -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
......
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