Created
January 13, 2026 04:53
-
-
Save Uranite/dbd415e15f8b2ea540dc271aaabdd6b5 to your computer and use it in GitHub Desktop.
neo_f3kdb 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 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