Skip to content

Commit

Permalink
new plugin wwxd
Browse files Browse the repository at this point in the history
  • Loading branch information
“sosie-js” committed Jun 24, 2024
1 parent b7ef091 commit cb82b92
Showing 1 changed file with 15 additions and 0 deletions.
15 changes: 15 additions & 0 deletions build-plugins/plugin-wwxd
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
#export CC=/usr/bin/gcc-11
#export CXX=/usr/bin/g++-11

ghc dubhater/vapoursynth-wwxd
git submodule update --init

build()
{
gcc -o libwwxd.so -fPIC -shared -O2 -Wall -Wextra -Wno-unused-parameter $(pkg-config --cflags vapoursynth) src/wwxd.c src/detection.c
finish ${1}.so
}

build libwwxd


0 comments on commit cb82b92

Please sign in to comment.