Search Posts

solved : compile error in ffmpeg “error: invalid combination of opcode and operands”‏

I am using ubuntu 12.04 64 bits and trying compile ffmpeg and got this error:

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

To solve this, add “–disable-mmx” to your ./configure

1 comment on solved : compile error in ffmpeg “error: invalid combination of opcode and operands”‏

  1. vpx_dsp/x86/intrapred_sse2.asm:64: error: invalid combination of opcode and operands
    make[2]: *** [vpx_dsp/x86/intrapred_sse2.asm.o] Error 1
    make[1]: *** [.DEFAULT] Error 2
    make[1]: Leaving directory `/usr/local/src/freeswitch/libs/libvpx’
    make: *** [libs/libvpx/libvpx.a] Error 2

    I got same error while compiling freswitch in centos7.

    i used option mmx but still same.

    how to resolve

Leave a Reply

Your email address will not be published. Required fields are marked *