Created
January 13, 2026 04:54
-
-
Save Uranite/54b003915ca475b5e124a06f8fa930a5 to your computer and use it in GitHub Desktop.
aom-psy101 Termux
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| 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