After a fresh OS load to Mint 17 v2, and an attempt to build 1.8.14, the build fails with the following issue:
Code: Select all
checking for ffmpeg... no
configure: error: No package 'libavcodec' found
No package 'libavutil' found.
make: *** No targets specified and no makefile found. Stop.
dale@dale ~/MakeMKV/makemkv-oss-1.8.14 $ sudo apt-get install libavutil
Reading package lists... Done
Building dependency tree
Reading state information... Done
E: Unable to locate package libavutil
dale@dale ~/MakeMKV/makemkv-oss-1.8.14 $ sudo apt-get install libavcodec
Reading package lists... Done
Building dependency tree
Reading state information... Done
E: Unable to locate package libavcodec
dale@dale ~/MakeMKV/makemkv-oss-1.8.14 $ sudo apt-get install ffmpeg
Reading package lists... Done
Building dependency tree
Reading state information... Done
Package ffmpeg is not available, but is referred to by another package.
This may mean that the package is missing, has been obsoleted, or
is only available from another source
Any help?