mirror of
https://gitlab.freedesktop.org/pulseaudio/pulseaudio.git
synced 2025-12-21 08:56:46 -05:00
build-sys: webrtc-utils needs to be installed before module-echo-cancel
Like other plugin helper libraries these need to be installed before the plugins that use them..
This commit is contained in:
parent
84ffc41bfb
commit
0b7e128a52
1 changed files with 4 additions and 1 deletions
|
|
@ -917,6 +917,10 @@ modlibexec_LTLIBRARIES = \
|
||||||
libprotocol-http.la \
|
libprotocol-http.la \
|
||||||
libprotocol-native.la
|
libprotocol-native.la
|
||||||
|
|
||||||
|
if HAVE_WEBRTC
|
||||||
|
modlibexec_LTLIBRARIES += libwebrtc-util.la
|
||||||
|
endif
|
||||||
|
|
||||||
if HAVE_ESOUND
|
if HAVE_ESOUND
|
||||||
modlibexec_LTLIBRARIES += \
|
modlibexec_LTLIBRARIES += \
|
||||||
libprotocol-esound.la
|
libprotocol-esound.la
|
||||||
|
|
@ -1848,7 +1852,6 @@ if HAVE_WEBRTC
|
||||||
# The webrtc code is split off into a helper library to avoid having automake
|
# The webrtc code is split off into a helper library to avoid having automake
|
||||||
# link module-echo-cancel with C++ (which it does if there are any C++ deps,
|
# link module-echo-cancel with C++ (which it does if there are any C++ deps,
|
||||||
# even conditional ones).
|
# even conditional ones).
|
||||||
modlibexec_LTLIBRARIES += libwebrtc-util.la
|
|
||||||
|
|
||||||
libwebrtc_util_la_SOURCES = modules/echo-cancel/webrtc.cc
|
libwebrtc_util_la_SOURCES = modules/echo-cancel/webrtc.cc
|
||||||
libwebrtc_util_la_CXXFLAGS = $(AM_CXXFLAGS) $(SERVER_CFLAGS) $(WEBRTC_CFLAGS) -DHAVE_WEBRTC=1
|
libwebrtc_util_la_CXXFLAGS = $(AM_CXXFLAGS) $(SERVER_CFLAGS) $(WEBRTC_CFLAGS) -DHAVE_WEBRTC=1
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue