mirror of
https://gitlab.freedesktop.org/pulseaudio/pulseaudio.git
synced 2025-11-04 13:29:59 -05:00
build-sys: libwebrtc-util needs libpulsecore
This commit is contained in:
parent
5cc3d4aa9d
commit
a4c600e375
1 changed files with 1 additions and 1 deletions
|
|
@ -2030,7 +2030,7 @@ if HAVE_WEBRTC
|
||||||
|
|
||||||
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
|
||||||
libwebrtc_util_la_LIBADD = $(WEBRTC_LIBS)
|
libwebrtc_util_la_LIBADD = libpulsecore-@PA_MAJORMINOR@.la $(WEBRTC_LIBS)
|
||||||
libwebrtc_util_la_LDFLAGS = -avoid-version
|
libwebrtc_util_la_LDFLAGS = -avoid-version
|
||||||
|
|
||||||
module_echo_cancel_la_CFLAGS += -DHAVE_WEBRTC=1
|
module_echo_cancel_la_CFLAGS += -DHAVE_WEBRTC=1
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue