Just as an FYI, the instructions for building MakeMKV 1.10.6 may not work on Debian 9 (Stretch) depending on what you already have installed.
The instructions don't install the zlib headers - so if they aren't already there then then the makemkv-oss "make" won't work.
To fix, add "zlib1g-dev" to the "sudo apt-get install ..." line as below:
Code: Select all
sudo apt-get install build-essential pkg-config libc6-dev libssl-dev libexpat1-dev libavcodec-dev libgl1-mesa-dev libqt4-dev zlib1g-dev
If you want to rebuild FFMPEG with AAC support then you will also need to install the AAC libraries before attempting to build FFMPEG:
Code: Select all
sudo apt-get install libfdk-aac-dev libfdk-aac1