Skip to content

Instantly share code, notes, and snippets.

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

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

Select an option

Save Uranite/d137e47f8bf9969bcb2abf94952da0b6 to your computer and use it in GitHub Desktop.
x264 Termux
# 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