Skip to the content.

Customize the Build Process:

You can use the following build options to customize the build process:

Build examples:

cd build
cmake -DBUILD_FDKAAC=ON ..
cd build
cmake -DBUILD_VERSION=21.3 -DBUILD_FDKAAC=OFF ..

Command Make Targets

Example: Generate the dockerhub READMEs

cd build
cmake ..
make generate_readme

Use Alternative Repo:

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