[FFmpeg-user] Unable to compile ffmpeg

Ryan Walker ryan at ryanwalker.org
Mon May 19 00:33:25 CEST 2014


I followed these directions, choosing to compile all encoders manually:https://trac.ffmpeg.org/wiki/CompilationGuide/Ubuntu


When I try to compile ffmpeg with the following:
sudo ./configure --prefix="$HOME/ffmpeg_build" --extra-cflags="-I$HOME/ffmpeg_build/include"    --extra-ldflags="-L$HOME/ffmpeg_build/lib" --bindir="$HOME/bin" --extra-libs="-ldl" --enable-gpl    --enable-libass --enable-libfdk-aac --enable-libfreetype --enable-libmp3lame    --enable-libtheora --enable-libvorbis --enable-libx264 --enable-nonfree
(See full results here http://codepad.org/lqUVAZk3)


sudo make
YASM    libavfilter/x86/vf_pullup.o
libavfilter/x86/vf_pullup.asm:59: error: invalid combination of opcode and operands
libavfilter/x86/vf_pullup.asm:138: error: invalid combination of opcode and operands
libavfilter/x86/vf_pullup.asm:175: error: invalid combination of opcode and operands
make: *** [libavfilter/x86/vf_pullup.o] Error 1





I can't find anyone with similar errors. Any suggestions?
—
Sent from Mailbox


More information about the ffmpeg-user mailing list