Skip to content

Commit

Permalink
add neof3kdb since f3kdb_deband doesn't build on newer linux
Browse files Browse the repository at this point in the history
  • Loading branch information
Georg Pelz committed Sep 15, 2024
1 parent 84a23bc commit 4c055e7
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions build-plugins/plugin-neof3kdb.sh
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
retry_git_clone https://github.com/HomeOfAviSynthPlusEvolution/neo_f3kdb
cd neo_f3kdb
cmake .
make
cd ../Release_*
strip_copy libneo-f3kdb.so
cd ..
rm -rf Release_*
rm -rf neo_f3kdb

0 comments on commit 4c055e7

Please sign in to comment.