2017-10-16 13:56 GMT+02:00 Sandeep R <[email protected]>: > 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 _______________________________________________ ffmpeg-user mailing list [email protected] http://ffmpeg.org/mailman/listinfo/ffmpeg-user To unsubscribe, visit link above, or email [email protected] with subject "unsubscribe".
