You've already forked FFmpeg
mirror of
https://github.com/FFmpeg/FFmpeg.git
synced 2025-08-15 14:13:16 +02:00
cosmetics: Reformat Apple cc check.
Originally committed as revision 12444 to svn://svn.ffmpeg.org/ffmpeg/trunk
This commit is contained in:
6
configure
vendored
6
configure
vendored
@@ -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
|
||||
|
||||
|
Reference in New Issue
Block a user