zhconghu 发表于 2012-10-05 08:15

ffmpeg编译错误

在redhat虚拟机下编译ffmpeg出现如下错误:
/tmp/ccqjjXIH.s: Assembler messages:
/tmp/ccqjjXIH.s:1650: Error: no such instruction: `movddup 8(%edx),%xmm0'
make: *** 错误 1

configure参数为:
./configure --disable-yasm

使用uname命令的显示如下:
# uname -a
Linux localhost.localdomain 2.4.20-8 #1 Thu Mar 13 17:18:24 EST 2003 i686 athlon i386 GNU/Linux

问下错误的原因是什么?

mci2004 发表于 2012-10-09 21:30

看起来还是 yasm 汇编器方面出的错误,应该是虚拟机的原因吧。在linux host上试试看, 还有编译错误的log可以贴出来看看。
页: [1]
查看完整版本: ffmpeg编译错误