[FFmpeg-user] Unable to compile ffmpeg

Anshul anshul.ffmpeg at gmail.com
Mon May 19 08:50:23 CEST 2014


On May 19, 2014 4:03:25 AM IST, Ryan Walker <ryan at ryanwalker.org> wrote:
>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
>_______________________________________________
>ffmpeg-user mailing list
>ffmpeg-user at ffmpeg.org
>http://ffmpeg.org/mailman/listinfo/ffmpeg-user

Try make distclean


Make does not require sudo. 

-Anshul
-- 
Sent from my Android device with K-9 Mail. Please excuse my brevity.


More information about the ffmpeg-user mailing list