Heyo! I'm trying to install ffmpeg on my server using the following tutorial: https://ffmpeg.org/trac/ffmpeg/wiki/UbuntuCompilationGuideLucid When I reach the ffmpeg part and run the ./configure command it gives the following error:
ERROR: libvpx decoder version must be >=0.9.1
I must mention that my server has Ubunto 10.10 64bit I'm a total newbie in linux so please take it into consideration :) Thanks a lot!
Following LordNeckBeard solution, I got the following error after the checkinstall:
root@348588:~/libvpx# sudo checkinstall --pkgname=libvpx --pkgversion="$(date +%Y%m%d%H%M)-git" --backup=no--default --deldoc=yes
checkinstall 1.6.2, Copyright 2009 Felipe Eduardo Sanchez Diaz Duran
This software is released under the GNU GPL.
no--default is an invalid value for --backup
Use --help or -h to get more information