vcpkg/ports/libvmaf/no-tools.patch

11 lines
216 B
Diff
Raw Normal View History

2024-09-26 03:33:28 +08:00
Skip tools subdir in libvmaf to build only the library.
--- a/libvmaf/meson.build
+++ b/libvmaf/meson.build
@@ -51,6 +51,5 @@ endif
subdir('include')
subdir('src')
-subdir('tools')
subdir('doc')
subdir('test')