Browse Source

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
tags/v0.5
Steven M. Schultz Michael Niedermayer 20 years ago
parent
commit
597cad6a04
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      configure

+ 1
- 1
configure View File

@@ -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


Loading…
Cancel
Save