blob: d93d37cafe3bca012d169a6e380775cd44e826cd (
plain)
1
2
3
4
5
6
7
8
9
10
|
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')
|