Skip to content

Instantly share code, notes, and snippets.

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

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

Select an option

Save Uranite/dbd415e15f8b2ea540dc271aaabdd6b5 to your computer and use it in GitHub Desktop.
neo_f3kdb Termux
pkg install git cmake ninja clang -y
git clone https://github.com/HomeOfAviSynthPlusEvolution/neo_f3kdb
cd neo_f3kdb
CFLAGS="-march=native -flto" CXXFLAGS="-march=native -flto" cmake -B build
#If you're using Snapdragon (ARMv9 and above) and it crashes, try this one
#CFLAGS="-march=native+nosve -flto" CXXFLAGS="-march=native+nosve -flto" cmake -B build
cmake --build build
# install
cp build/libneo-f3kdb.so $PREFIX/lib/vapoursynth/
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment