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 09:07:24 -0500
commit858ed604462746713085752dd0b8ccab3be1a842 (patch)
treea627ebd3f0dd7d766b11e8af7798c964745009f6 /third-party
parentb382919017c2cc7f14814111f3bfc9a699cfad07 (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