From: George Joseph Date: Wed, 26 Apr 2017 13:45:31 +0000 (-0600) Subject: pjproject_bundled: Add --disable-libwebrtc to configure X-Git-Tag: 13.16.0-rc1~31^2 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=001dc2ade690d505aa42610b48eeb421a5af1b49;p=thirdparty%2Fasterisk.git 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 --- diff --git a/third-party/pjproject/Makefile.rules b/third-party/pjproject/Makefile.rules index e8eb46643e..c0be1cbdf8 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