You can use the following build options to customize the build process:
- BUILD_MP3LAME: Set to
ON
(default) to build thelibmp3lame
in the docker images, orOFF
to disable includinglibmp3lame
in the docker images. - BUILD_FDKAAC: Set to
ON
(default) to build thelibfdk_aac
in the docker images, orOFF
to disable includinglibfdk_aac
in the docker images. - ONLY_DOCKERFILES: Set to
ON
to update the Dockerfiles only without actually building them, orOFF
(default) to update and build the Dockerfiles.
Build examples:
cd build
cmake -DBUILD_MP3LAME=ON ..
cd build
cmake -DBUILD_FDKAAC=ON -DBUILD_MP3LAME=OFF ..
Certain source repo might be blocked in certain network. You can specify alternative repos before the build command as follows:
export AOM_REPO=...
export VPX_REPO=...
make
For a list of all REPOs and their versions, run the following command:
grep -E '_(REPO|VER)=' template/*.m4