[SCM] libav/experimental: Need -maltivec in addition to -faltivec for OSX patch by ("Steven M. Schultz": sms ; 2BSD COM)
siretart at users.alioth.debian.org
siretart at users.alioth.debian.org
Sun Jun 30 15:44:51 UTC 2013
The following commit has been merged in the experimental branch:
commit 597cad6a04b5d8940dbb8f6be32ae974c8d19eed
Author: Steven M. Schultz <sms at 2bsd.com>
Date: Thu Aug 11 23:40:51 2005 +0000
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
diff --git a/configure b/configure
index 76b642a..44ffa94 100755
--- 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
--
Libav/FFmpeg packaging
More information about the pkg-multimedia-commits
mailing list