FreeRDP/channels/tsmf/client/gstreamer
Bernhard Miklautz 9e8c6c99b6 First shot on fixing over linking
If a target is linked against libraries with cmake
(target_link_libraries) and the libraries are not marked as PRIVATE
they are "exported" and in case a other target is linked against this
target it is also linked against *all* (not private) libraries.

Without declaring private libraries PRIVATE a lot of over linking
(linking against unneeded libraries) was done.
2016-03-29 18:14:34 +02:00
..
CMakeLists.txt First shot on fixing over linking 2016-03-29 18:14:34 +02:00
tsmf_gstreamer.c Fixed symbol export for sound plugins. 2016-03-03 17:17:13 +01:00
tsmf_platform.h - Use decodebin2 instead of old decodebin - decodebin has issues 2015-09-17 16:20:08 -05:00
tsmf_X11.c Fixed memory leak in tsmf_send_eos_response() function 2015-09-17 16:20:08 -05:00