[pulseaudio-discuss] [PATCH] build-sys: libwebrtc-util needs libpulsecore

arun at accosted.net arun at accosted.net
Fri Jan 30 21:04:48 PST 2015


From: Arun Raghavan <git at arunraghavan.net>

---
 src/Makefile.am | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/Makefile.am b/src/Makefile.am
index e37a22a..5cb5564 100644
--- a/src/Makefile.am
+++ b/src/Makefile.am
@@ -2030,7 +2030,7 @@ if HAVE_WEBRTC
 
 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_LIBADD = $(WEBRTC_LIBS)
+libwebrtc_util_la_LIBADD = libpulsecore- at PA_MAJORMINOR@.la $(WEBRTC_LIBS)
 libwebrtc_util_la_LDFLAGS = -avoid-version
 
 module_echo_cancel_la_CFLAGS += -DHAVE_WEBRTC=1
-- 
2.1.0



More information about the pulseaudio-discuss mailing list