[asterisk-commits] pjproject bundled:  Add --disable-libwebrtc to configure (asterisk[13])
    SVN commits to the Asterisk project 
    asterisk-commits at lists.digium.com
       
    Thu Apr 27 11:45:54 CDT 2017
    
    
  
Jenkins2 has submitted this change and it was merged. ( https://gerrit.asterisk.org/5530 )
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(-)
Approvals:
  Kevin Harwell: Looks good to me, approved
  Jenkins2: Approved for Submit
  Joshua Colp: Looks good to me, but someone else must approve
  Matthew Fredrickson: Looks good to me, but someone else must approve
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/5530
To unsubscribe, visit https://gerrit.asterisk.org/settings
Gerrit-MessageType: merged
Gerrit-Change-Id: I07231f9160c35cfa42b194d3aad4e7d51fd9a410
Gerrit-PatchSet: 1
Gerrit-Project: asterisk
Gerrit-Branch: 13
Gerrit-Owner: George Joseph <gjoseph at digium.com>
Gerrit-Reviewer: Jenkins2
Gerrit-Reviewer: Joshua Colp <jcolp at digium.com>
Gerrit-Reviewer: Kevin Harwell <kharwell at digium.com>
Gerrit-Reviewer: Matthew Fredrickson <creslin at digium.com>
    
    
More information about the asterisk-commits
mailing list