mirror of
https://gitlab.freedesktop.org/pulseaudio/pulseaudio.git
synced 2025-11-02 09:01:46 -05:00
meson: Enable echo-cancel module, add libwebrtc_util lib, add speex and webrtc dependencies
Signed-off-by: Arnaud Rebillout <arnaud.rebillout@collabora.com>
This commit is contained in:
parent
31fd820702
commit
88d77ff852
4 changed files with 80 additions and 2 deletions
|
|
@ -126,6 +126,10 @@ if dbus_dep.found()
|
|||
]
|
||||
endif
|
||||
|
||||
if speex_dep.found()
|
||||
libpulsecore_sources += ['resampler/speex.c']
|
||||
endif
|
||||
|
||||
if x11_dep.found()
|
||||
libpulsecore_sources += ['x11wrap.c']
|
||||
libpulsecore_headers += ['x11wrap.h']
|
||||
|
|
@ -159,7 +163,7 @@ libpulsecore = shared_library('pulsecore-' + pa_version_major_minor,
|
|||
c_args : [pa_c_args, server_c_args],
|
||||
install : true,
|
||||
link_with : libpulsecore_simd_lib,
|
||||
dependencies : [libm_dep, libpulsecommon_dep, libpulse_dep, ltdl_dep, shm_dep, sndfile_dep, database_dep, dbus_dep, x11_dep],
|
||||
dependencies : [libm_dep, libpulsecommon_dep, libpulse_dep, ltdl_dep, shm_dep, sndfile_dep, database_dep, dbus_dep, speex_dep, x11_dep],
|
||||
implicit_include_directories : false)
|
||||
|
||||
libpulsecore_dep = declare_dependency(link_with: libpulsecore)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue