From 0e9e6df1542583a74a0d30b81b0872d95b11a6fc Mon Sep 17 00:00:00 2001 From: Leigh Scott Date: Wed, 4 Mar 2020 23:18:20 +0000 Subject: [PATCH 5/5] Use shared for vmafossexec --- libvmaf/tools/meson.build | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libvmaf/tools/meson.build b/libvmaf/tools/meson.build index 2550f29..117bad0 100644 --- a/libvmaf/tools/meson.build +++ b/libvmaf/tools/meson.build @@ -8,7 +8,7 @@ vmafossexec = executable( include_directories : libvmaf_inc, c_args : vmaf_cflags_common, cpp_args : vmaf_cflags_common, - link_with : libvmaf.get_static_lib(), + link_with : libvmaf, install : true, ) -- 2.24.1