Skip to content

Instantly share code, notes, and snippets.

@Uranite
Created January 13, 2026 04:54
Show Gist options
  • Select an option

  • Save Uranite/54b003915ca475b5e124a06f8fa930a5 to your computer and use it in GitHub Desktop.

Select an option

Save Uranite/54b003915ca475b5e124a06f8fa930a5 to your computer and use it in GitHub Desktop.
aom-psy101 Termux
pkg install cmake git ninja clang nasm perl -y
git clone https://gitlab.com/damian101/aom-psy101.git --depth 1
cd aom-psy101
cmake -B aom_build -G Ninja -DBUILD_SHARED_LIBS=0 -DENABLE_DOCS=0 -DCONFIG_TUNE_BUTTERAUGLI=0 -DCONFIG_TUNE_VMAF=0 -DCONFIG_AV1_DECODER=0 -DENABLE_TESTS=0 -DCMAKE_BUILD_TYPE=Release -DCMAKE_CXX_FLAGS="-flto -march=native" -DCMAKE_C_FLAGS="-flto -march=native" -DCMAKE_INSTALL_PREFIX=$PREFIX
ninja -C aom_build install
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment