mirror of
https://gitlab.freedesktop.org/pulseaudio/pulseaudio.git
synced 2025-11-19 07:00:03 -05:00
meson: Build libwebrtc-util as a shared library
As it'sdone in the autotools Signed-off-by: Arnaud Rebillout <arnaud.rebillout@collabora.com>
This commit is contained in:
parent
f5c9ef59f3
commit
d717089218
2 changed files with 6 additions and 4 deletions
|
|
@ -142,7 +142,7 @@ endforeach
|
|||
|
||||
norun_tests += [
|
||||
[ 'echo-cancel-test', echo_cancel_test_sources,
|
||||
module_echo_cancel_deps + [ libpulse_dep, libpulsecore_dep ],
|
||||
module_echo_cancel_deps + [ libpulse_dep, libpulsecommon_dep, libpulsecore_dep ],
|
||||
module_echo_cancel_libs,
|
||||
module_echo_cancel_flags + server_c_args + [ '-DPA_MODULE_NAME=module_echo_cancel', '-DECHO_CANCEL_TEST=1' ] ]
|
||||
]
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue