提交 49f1a349 编写于 作者: S Steven M. Schultz 提交者: Michael Niedermayer

reversing:

revision 1.199
date: 2005/08/11 23:40:51;  author: michael;  state: Exp;  lines: +1 -1
Need -maltivec in addition to -faltivec for OSX patch by ("Steven M. Schultz": sms ; 2BSD COM)

reason, breaks if cpu doesnt support altivec

Originally committed as revision 4534 to svn://svn.ffmpeg.org/ffmpeg/trunk
上级 c57c770d
......@@ -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 -maltivec"
CFLAGS="$CFLAGS -faltivec"
else
CFLAGS="$CFLAGS -maltivec -mabi=altivec"
fi
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册