From 001dc2ade690d505aa42610b48eeb421a5af1b49 Mon Sep 17 00:00:00 2001 From: George Joseph Date: Wed, 26 Apr 2017 07:45:31 -0600 Subject: [PATCH] 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 --- third-party/pjproject/Makefile.rules | 1 + 1 file changed, 1 insertion(+) 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 -- 2.47.2