[vlc-devel] commit: cmake: Link with zlib where needed. (Pierre d'Herbemont )

git version control git at videolan.org
Sat Apr 19 04:42:34 CEST 2008


vlc | branch: master | Pierre d'Herbemont <pdherbemont at videolan.org> | Sat Apr 19 04:42:56 2008 +0200| [ab78c30adfee6934709961bec28a339bbda0051b]

cmake: Link with zlib where needed.

> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=ab78c30adfee6934709961bec28a339bbda0051b
---

 extras/buildsystem/cmake/include/config.cmake |    4 ++++
 1 files changed, 4 insertions(+), 0 deletions(-)

diff --git a/extras/buildsystem/cmake/include/config.cmake b/extras/buildsystem/cmake/include/config.cmake
index cc671ee..920fad4 100644
--- a/extras/buildsystem/cmake/include/config.cmake
+++ b/extras/buildsystem/cmake/include/config.cmake
@@ -611,6 +611,10 @@ endif(Taglib_FOUND)
 vlc_check_include_files (zlib.h)
 if(HAVE_ZLIB_H)
   vlc_module_add_link_libraries(access_http z)
+  vlc_module_add_link_libraries(mkv z)
+  vlc_module_add_link_libraries(mp4 z)
+  vlc_module_add_link_libraries(stream_out_bridge z)
+  vlc_module_add_link_libraries(sap z)
 endif(HAVE_ZLIB_H)
 
 set(CMAKE_REQUIRED_INCLUDES)




More information about the vlc-devel mailing list