parent
d299c8241a
commit
294ab733f4
@ -0,0 +1,25 @@
|
|||||||
|
From 0e9e6df1542583a74a0d30b81b0872d95b11a6fc Mon Sep 17 00:00:00 2001
|
||||||
|
From: Leigh Scott <leigh123linux@gmail.com>
|
||||||
|
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
|
||||||
|
|
Loading…
Reference in new issue