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:
Arnaud Rebillout 2018-11-26 16:44:06 +07:00 committed by Arun Raghavan
parent f5c9ef59f3
commit d717089218
2 changed files with 6 additions and 4 deletions

View file

@ -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' ] ]
]