summaryrefslogtreecommitdiff
path: root/third-party
diff options
context:
space:
mode:
authorGeorge Joseph <gjoseph@digium.com>2017-04-26 07:45:31 -0600
committerGeorge Joseph <gjoseph@digium.com>2017-04-26 08:04:25 -0600
commit001dc2ade690d505aa42610b48eeb421a5af1b49 (patch)
tree232b09aff3887c87b36ddc86a86bb3dc071f0689 /third-party
parentcea3742c549a3c31621d2d29a1b78b42211e01d0 (diff)
pjproject_bundled: Add --disable-libwebrtc to configure
Without the disable, pjproject tries to build it's internal webrtc implementation which requires sse2. This fails on platforms without sse2. ASTERISK-26930 #close Reported-by: abelbeck Change-Id: I07231f9160c35cfa42b194d3aad4e7d51fd9a410
Diffstat (limited to 'third-party')
-rw-r--r--third-party/pjproject/Makefile.rules1
1 files changed, 1 insertions, 0 deletions
diff --git a/third-party/pjproject/Makefile.rules b/third-party/pjproject/Makefile.rules
index e8eb46643..c0be1cbdf 100644
--- a/third-party/pjproject/Makefile.rules
+++ b/third-party/pjproject/Makefile.rules
@@ -24,6 +24,7 @@ PJPROJECT_CONFIG_OPTS = --prefix=/opt/pjproject \
--disable-ffmpeg \
--disable-openh264 \
--disable-ipp \
+ --disable-libwebrtc \
--without-external-pa \
--without-external-srtp \
--without-external-webrtc