From 80007391133fa45b7d95f8ff02fe1038e9119e73 Mon Sep 17 00:00:00 2001 From: Georg Pelz Date: Sat, 25 Jun 2022 19:55:03 +0200 Subject: [PATCH] added temporalsoften2: https://github.com/dubhater/vapoursynth-temporalsoften2 smoothuv: https://github.com/dubhater/vapoursynth-smoothuv --- build-plugins/plugin-smoothuv.sh | 1 + build-plugins/plugin-temporalsoften2.sh | 4 +--- 2 files changed, 2 insertions(+), 3 deletions(-) create mode 100644 build-plugins/plugin-smoothuv.sh diff --git a/build-plugins/plugin-smoothuv.sh b/build-plugins/plugin-smoothuv.sh new file mode 100644 index 0000000..29ce18a --- /dev/null +++ b/build-plugins/plugin-smoothuv.sh @@ -0,0 +1 @@ +mkgh dubhater/vapoursynth-smoothuv libsmoothuv diff --git a/build-plugins/plugin-temporalsoften2.sh b/build-plugins/plugin-temporalsoften2.sh index f8db7f3..2e0f679 100644 --- a/build-plugins/plugin-temporalsoften2.sh +++ b/build-plugins/plugin-temporalsoften2.sh @@ -1,3 +1 @@ -ghdl darealshinji/scenechange -gcc $CFLAGS $LDFLAGS -shared src/temporalsoften.c -o libtemporalsoften2.so -lm -finish libtemporalsoften2.so +mkgh dubhater/vapoursynth-temporalsoften2 libtemporalsoften2