[FFmpeg-user] FFmpeg configure error :
Lou
lou at lrcd.com
Fri Jun 1 00:41:06 CEST 2012
On Thu, 31 May 2012 19:57:54 +0200
Vincent PHILIPPE <vince.philippe at gmail.com> wrote:
> Following the guide
> https://ffmpeg.org/trac/ffmpeg/wiki/UbuntuCompilationGuide, I m trying to
> compile ffmeg from GIT with VP8 support on Ubuntu Server Edition (last
> release).
Did you deviate from the guide at all, or did you follow it
word-for-word?
> The command :
>
> ./configure --enable-gpl --enable-libfaac --enable-libmp3lame
> --enable-libopencore-amrnb \
> --enable-libopencore-amrwb --enable-libtheora --enable-libvorbis
> --enable-libvpx \
> --enable-libx264 --enable-nonfree --enable-version3
>
> gives me the following error :
>
> ERROR: libvpx decoder version must be >=0.9.1
This probably indicates that libvpx is not installed, or you possibly
have an old version of libvpx installed. Check to see if libvpx is
actually installed.
> If you think configure made a mistake, make sure you are using the latest
> version from Git. If the latest version fails, report the problem to the
> ffmpeg-user at ffmpeg.org mailing list or IRC #ffmpeg on irc.freenode.net.
> Include the log file "config.log" produced by configure as this will help
> solving the problem.
Does the end of config.log show anything of interest?
More information about the ffmpeg-user
mailing list