[FFmpeg-user] getting error while installing ffmpeg

Carl Eugen Hoyos ceffmpeg at gmail.com
Sat Oct 21 22:01:51 EEST 2017


2017-10-16 13:56 GMT+02:00 Sandeep R <sandeep.r at optit.co>:

> I am getting error while doing configuring the ffmpeg saying
>
> *ERROR: libvpx decoder version must be >=0.9.1.*
> But I am having libvpx-1.4.0.

The tail of config.log indicates you don't have libvpx
headers installed:
> gcc -D_ISOC99_SOURCE -D_FILE_OFFSET_BITS=64
> -D_LARGEFILE_SOURCE -D_POSIX_C_SOURCE=200112
> -D_XOPEN_SOURCE=600 -DPIC -std=c99 -fomit-frame-pointer -fPIC
> -pthread -I/usr/include/fribidi -I/usr/include/freetype2
> -I/usr/include/freetype2 -I/usr/include/opus -c -o /tmp/ffconf.EotNgbBy.o
> /tmp/ffconf.LHhoBzvf.c
> /tmp/ffconf.LHhoBzvf.c:1:29: error: vpx/vpx_decoder.h: No such file
> or directory

Are you missing the development package?

Carl Eugen


More information about the ffmpeg-user mailing list