vcpkg/ports/libvmaf/no-tools.patch
2024-09-25 15:33:28 -04:00

11 lines
216 B
Diff

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')