On Tue, Aug 19, 2014 at 1:13 PM, Shashank Singh <shashank.si...@ebizontek.com> wrote: > Hi, > > I am trying to install FFMPEG in Ubuntu12.04, but it gives below error. can > you please look in to this, where I am wrong. > > shashanksi@shashanksi:~/ffmpeg_sources/ffmpeg$ PATH="$PATH:$HOME/bin" > PKG_CONFIG_PATH="$HOME/ffmpeg_build/lib/pkgconfig" ./configure \ >> --prefix="$HOME/ffmpeg_build" \ >> --extra-cflags="-I$HOME/ffmpeg_build/include" \ >> --extra-ldflags="-L$HOME/ffmpeg_build/lib" \ >> --bindir="$HOME/bin" \ >> --enable-gpl \ >> --enable-libass \ >> --enable-libfdk-aac \ >> --enable-libfreetype \ >> --enable-libmp3lame \ >> --enable-libopus \ >> --enable-libtheora \ >> --enable-libvorbis \ >> --enable-libvpx \ >> --enable-libx264 \ >> --enable-nonfree \ >> --enable-x11grab > ERROR: libvpx decoder version must be >=0.9.1 > > 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@ffmpeg.org mailing list or IRC #ffmpeg on irc.freenode.net. > Include the log file "config.log" produced by configure as this will help > solve the problem.
Why do you think configure made a mistake? ERROR: libvpx decoder version must be >=0.9.1 Install the version that is supported by the software you are trying to compile. Cheers Tom _______________________________________________ ffmpeg-user mailing list ffmpeg-user@ffmpeg.org http://ffmpeg.org/mailman/listinfo/ffmpeg-user