[FFmpeg-user] new configure issue re libopencore

Jim Worrall coniophora at gmail.com
Sat Oct 27 22:19:26 CEST 2012


On Oct 27, 2012, at 2:02 PM, Jim Worrall <coniophora at gmail.com> wrote:

> 
> On Oct 27, 2012, at 1:23 PM, Reindl Harald <h.reindl at thelounge.net> wrote:
> 
>> --enable-nonfree --enable-gpl --enable-version3
> 
> Thank you, that was very helpful.  
> But now I run into another error while configuring ffmpeg:
> 
> ERROR: libvpx encoder version must be >=0.9.7

I traced that back to an error with the make command on libvpx:

Jims-MacBook-Pro:libvpx-v1.1.0 jim$ make -j 4
    [DEP] vpx_config.c.d
    [CC] vpx_config.c.o
    [AS] vp8/encoder/x86/quantize_sse2.asm.o
    [AS] vp8/encoder/x86/temporal_filter_apply_sse2.asm.o
    [AS] vp8/encoder/x86/quantize_ssse3.asm.o
yasm: FATAL: yasm: FATAL: unable to open include file `asm_enc_offsets.asm'unable to open include file `asm_enc_offsets.asm'

make[1]: *** [vp8/encoder/x86/quantize_ssse3.asm.o] Error 1
make[1]: *** Waiting for unfinished jobs....
make[1]: *** [vp8/encoder/x86/quantize_sse2.asm.o] Error 1
make: *** [.DEFAULT] Error 2

Looks like I have the latest yasm also, 1.2.0, and there were no errors installing yasm.

???


More information about the ffmpeg-user mailing list