[Asterisk-code-review] pjproject bundled: Add --disable-libwebrtc to configure (asterisk[master])

George Joseph asteriskteam at digium.com
Wed Apr 26 09:07:24 CDT 2017


George Joseph has uploaded a new change for review. ( https://gerrit.asterisk.org/5532 )

Change subject: pjproject_bundled:  Add --disable-libwebrtc to configure
......................................................................

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
---
M third-party/pjproject/Makefile.rules
1 file changed, 1 insertion(+), 0 deletions(-)


  git pull ssh://gerrit.asterisk.org:29418/asterisk refs/changes/32/5532/1

diff --git a/third-party/pjproject/Makefile.rules b/third-party/pjproject/Makefile.rules
index e8eb466..c0be1cb 100644
--- a/third-party/pjproject/Makefile.rules
+++ b/third-party/pjproject/Makefile.rules
@@ -24,6 +24,7 @@
 	--disable-ffmpeg \
 	--disable-openh264 \
 	--disable-ipp \
+	--disable-libwebrtc \
 	--without-external-pa \
 	--without-external-srtp \
 	--without-external-webrtc

-- 
To view, visit https://gerrit.asterisk.org/5532
To unsubscribe, visit https://gerrit.asterisk.org/settings

Gerrit-MessageType: newchange
Gerrit-Change-Id: I07231f9160c35cfa42b194d3aad4e7d51fd9a410
Gerrit-PatchSet: 1
Gerrit-Project: asterisk
Gerrit-Branch: master
Gerrit-Owner: George Joseph <gjoseph at digium.com>



More information about the asterisk-code-review mailing list