Created
January 13, 2026 04:56
-
-
Save Uranite/d137e47f8bf9969bcb2abf94952da0b6 to your computer and use it in GitHub Desktop.
x264 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
| # idk the deps anymore | |
| pkg install build-essential nasm git -y | |
| git clone https://code.videolan.org/videolan/x264.git | |
| cd x264 | |
| ./configure --prefix=$PREFIX --disable-lavf --disable-swscale --extra-cflags="-march=native" --enable-lto --enable-strip --enable-pic | |
| make install -j$nproc |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment