summaryrefslogtreecommitdiff
path: root/webrtc
diff options
context:
space:
mode:
authorNicolas Dufresne <nicolas.dufresne@collabora.com>2016-06-30 16:19:49 -0400
committerArun Raghavan <arun@arunraghavan.net>2016-07-14 12:49:29 +0900
commit560f300a3d84bbd2b48173aaee5166584d917c44 (patch)
tree912799ee7c027c0c349b97c49c27f0015a205b9f /webrtc
parentbf25c45e540d7e961704c245e7be439b580c93c2 (diff)
build: Add cerbero gnustl support for Android
Diffstat (limited to 'webrtc')
-rw-r--r--webrtc/modules/audio_processing/Makefile.am1
1 files changed, 1 insertions, 0 deletions
diff --git a/webrtc/modules/audio_processing/Makefile.am b/webrtc/modules/audio_processing/Makefile.am
index 30ca898..eb9bfc0 100644
--- a/webrtc/modules/audio_processing/Makefile.am
+++ b/webrtc/modules/audio_processing/Makefile.am
@@ -173,6 +173,7 @@ libwebrtc_audio_processing_la_LIBADD = $(top_builddir)/webrtc/libwebrtc.la \
$(top_builddir)/webrtc/common_audio/libcommon_audio.la \
$(top_builddir)/webrtc/modules/audio_coding/libaudio_coding.la \
$(LIBWEBRTC_PRIVATEARCH) \
+ $(GNUSTL_LIBS) \
-lpthread
libwebrtc_audio_processing_la_LDFLAGS = $(AM_LDFLAGS) \
-Wl,--no-undefined \