FreeRDP/channels/rdpsnd/client
Hans-Peter Jansen 297f965052 Fix linking, if BUILTIN_CHANNELS switched off
If -DBUILTIN_CHANNELS=OFF is supplied to cmake, auxiliary channel modules
are built as plugins, that are loaded from $LIBDIR/freerdp as shared libs.

This patch fixes the linkage of these plugins by taking inter-channel dependencies
of this separation into account. If BUILTIN_CHANNELS=ON, these channel modules
are linked directly into the main modules. Therefore, the linking of the plugins
is conditioned accordingly.
2021-08-24 08:43:01 +02:00
..
alsa channels: Fixed warnings, added assertions 2021-06-18 11:32:16 +02:00
fake Added const to function arguments 2021-02-17 11:29:56 +01:00
ios Replaced assert with WINPR_ASSERT 2021-06-14 09:37:07 +02:00
mac Some fixes for audin redirection (#7231) 2021-08-23 14:49:28 +02:00
opensles Replaced assert with WINPR_ASSERT 2021-06-14 09:37:07 +02:00
oss channels: Fixed warnings, added assertions 2021-06-18 11:32:16 +02:00
proxy Fix linking, if BUILTIN_CHANNELS switched off 2021-08-24 08:43:01 +02:00
pulse channels: Fixed warnings, added assertions 2021-06-18 11:32:16 +02:00
sndio fix formating with clang-format 2021-03-08 13:11:50 +01:00
winmm rdpsnd/winmm: fix some memory issues. 2020-02-04 17:56:45 +08:00
CMakeLists.txt Add support for OpenBSD sndio 2021-03-08 13:11:50 +01:00
rdpsnd_main.c Some fixes for audin redirection (#7231) 2021-08-23 14:49:28 +02:00
rdpsnd_main.h Reformatted to new style 2019-11-07 10:53:54 +01:00