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 [email protected] 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. -- ***************************** Thanks & Regards, Shashank Shekhar Singh. _______________________________________________ ffmpeg-user mailing list [email protected] http://ffmpeg.org/mailman/listinfo/ffmpeg-user
