[SCM] libopenshot-audio/master: Add missing linkage with libdl

ghisvail-guest at users.alioth.debian.org ghisvail-guest at users.alioth.debian.org
Thu Feb 2 17:35:20 UTC 2017


The following commit has been merged in the master branch:
commit af0a0c241b14e899a63335c2820e2114abd715a8
Author: Ghislain Antony Vaillant <ghisvail at gmail.com>
Date:   Thu Feb 2 16:56:19 2017 +0000

    Add missing linkage with libdl

diff --git a/CMakeLists.txt b/CMakeLists.txt
index 9f69545..65cda3c 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -213,6 +213,8 @@ if(NOT TARGET Threads::Threads)
 endif()
 target_link_libraries(openshot-audio Threads::Threads)
 
+target_link_libraries(openshot-audio ${CMAKE_DL_LIBS})
+
 # PROCESS SUB-DIRECTORIES
 add_subdirectory(src)
 

-- 
libopenshot-audio packaging



More information about the pkg-multimedia-commits mailing list