Only link against llcommon, not against ${LLCOMMON_LIBRARIES} (which does include a lot more and those cannot be added as dependencies)

master
Nicky 2018-04-06 12:18:13 +02:00
parent f82548b931
commit ee9fb80dd4
1 changed files with 1 additions and 1 deletions

View File

@ -69,7 +69,7 @@ target_link_libraries(media_plugin_gstreamer010
add_dependencies(media_plugin_gstreamer010
${LLPLUGIN_LIBRARIES}
${MEDIA_PLUGIN_BASE_LIBRARIES}
${LLCOMMON_LIBRARIES}
llcommon
)