Commit 597cad6a authored by Steven M. Schultz's avatar Steven M. Schultz Committed by Michael Niedermayer

Need -maltivec in addition to -faltivec for OSX patch by ("Steven M. Schultz": sms ; 2BSD COM)

Originally committed as revision 4506 to svn://svn.ffmpeg.org/ffmpeg/trunk
parent 9f747cc3
......@@ -736,7 +736,7 @@ fi
if test $cpu = "powerpc"; then
if test $altivec = "yes"; then
if test -n "`$cc -v 2>&1 | grep version | grep Apple`"; then
CFLAGS="$CFLAGS -faltivec"
CFLAGS="$CFLAGS -faltivec -maltivec"
else
CFLAGS="$CFLAGS -maltivec -mabi=altivec"
fi
......
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