git.videolan.org
/
ffmpeg.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
9f747cc
)
Need -maltivec in addition to -faltivec for OSX patch by ("Steven M. Schultz": sms...
author
Steven M. Schultz
<sms@2bsd.com>
Thu, 11 Aug 2005 23:40:51 +0000
(23:40 +0000)
committer
Michael Niedermayer
<michaelni@gmx.at>
Thu, 11 Aug 2005 23:40:51 +0000
(23:40 +0000)
Originally committed as revision 4506 to svn://svn.ffmpeg.org/ffmpeg/trunk
configure
patch
|
blob
|
history
diff --git
a/configure
b/configure
index
76b642a
..
44ffa94
100755
(executable)
--- a/
configure
+++ b/
configure
@@
-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