Commit e6b01033 authored by michael's avatar michael

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


git-svn-id: file:///var/local/repositories/ffmpeg/trunk@4506 9553f0bf-9b14-0410-a0b8-cfaf0461ba5b
parent ff8fdfad
...@@ -736,7 +736,7 @@ fi ...@@ -736,7 +736,7 @@ fi
if test $cpu = "powerpc"; then if test $cpu = "powerpc"; then
if test $altivec = "yes"; then if test $altivec = "yes"; then
if test -n "`$cc -v 2>&1 | grep version | grep Apple`"; then if test -n "`$cc -v 2>&1 | grep version | grep Apple`"; then
CFLAGS="$CFLAGS -faltivec" CFLAGS="$CFLAGS -faltivec -maltivec"
else else
CFLAGS="$CFLAGS -maltivec -mabi=altivec" CFLAGS="$CFLAGS -maltivec -mabi=altivec"
fi 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