[SCM] libgroove/upstream: Added missing cmake link to -ldl

andrewrk-guest at users.alioth.debian.org andrewrk-guest at users.alioth.debian.org
Sat Apr 19 22:37:15 UTC 2014


The following commit has been merged in the upstream branch:
commit 37f966ac235c76a1df8becb366e655d0b2086a05
Author: Caleb Morris <caleb.morris.g at gmail.com>
Date:   Wed Apr 2 21:42:13 2014 -0700

    Added missing cmake link to -ldl

diff --git a/CMakeLists.txt b/CMakeLists.txt
index a6b24b8..26eb8c7 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -232,6 +232,7 @@ endif()
 include_directories(${PROJECT_BINARY_DIR})
 if(LIBAV_IS_BUNDLED)
   target_link_libraries(groove
+    ${CMAKE_DL_LIBS}
     ${LIBAV_INSTALL}/lib/libavfilter.a
     ${LIBAV_INSTALL}/lib/libavformat.a
     ${LIBAV_INSTALL}/lib/libavcodec.a

-- 
libgroove packaging



More information about the pkg-multimedia-commits mailing list