From ad2f7c1079a9842c3c756bad89e0e913defce685 Mon Sep 17 00:00:00 2001 From: fennek182 Date: Thu, 11 Jun 2026 19:07:36 +0200 Subject: [PATCH] added vapoursynth config (needed for mpv/mvtools) --- .config/vapoursynth/vapoursynth.toml | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 .config/vapoursynth/vapoursynth.toml diff --git a/.config/vapoursynth/vapoursynth.toml b/.config/vapoursynth/vapoursynth.toml new file mode 100644 index 0000000..af01153 --- /dev/null +++ b/.config/vapoursynth/vapoursynth.toml @@ -0,0 +1,2 @@ +"/usr/lib/python3.14/site-packages/vapoursynth/libvsscript.so" = ["/usr/bin/python","/usr/lib/libpython3.14.so.1.0"] +"/home/tobias/.local/lib/python3.14/site-packages/vapoursynth/libvsscript.so" = ["/usr/bin/python","/usr/lib/libpython3.14.so.1.0"]