You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
vmaf/0003-Fix-soname.patch

25 lines
648 B

From 564d4c50e35bbb7428cab8ae58d31313fdfe065b Mon Sep 17 00:00:00 2001
From: Leigh Scott <leigh123linux@gmail.com>
Date: Wed, 4 Mar 2020 21:52:08 +0000
Subject: [PATCH 3/4] Fix soname
---
libvmaf/src/meson.build | 1 +
1 file changed, 1 insertion(+)
diff --git a/libvmaf/src/meson.build b/libvmaf/src/meson.build
index 9f723d8..1295b71 100644
--- a/libvmaf/src/meson.build
+++ b/libvmaf/src/meson.build
@@ -129,6 +129,7 @@ libvmaf = both_libraries(
'vmaf',
vmaf_sources,
include_directories : vmaf_include,
+ soversion: 0,
c_args : vmaf_cflags_common,
cpp_args : vmaf_cflags_common,
dependencies : [
--
2.24.1