Commit 6b9d2d1b authored by Rémi Denis-Courmont's avatar Rémi Denis-Courmont

libvlc needs -ldl

parent 79f389ae
...@@ -244,7 +244,7 @@ if(NOT APPLE) ...@@ -244,7 +244,7 @@ if(NOT APPLE)
set(LINK_FLAGS "-z defs --as-needed") set(LINK_FLAGS "-z defs --as-needed")
endif(NOT APPLE) endif(NOT APPLE)
target_link_libraries(libvlc ${LIBRT} ${LIBICONV}) target_link_libraries(libvlc ${LIBRT} ${LIBICONV} ${Dlopen_LIBRARIES})
set_target_properties(libvlc PROPERTIES SOVERSION 1.0.0) set_target_properties(libvlc PROPERTIES SOVERSION 1.0.0)
set_target_properties(libvlc libvlc-control PROPERTIES PREFIX "") set_target_properties(libvlc libvlc-control PROPERTIES PREFIX "")
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment