]> git.ipfire.org Git - thirdparty/asterisk.git/commitdiff
pjproject_bundled: Add --disable-libwebrtc to configure
authorGeorge Joseph <gjoseph@digium.com>
Wed, 26 Apr 2017 13:45:31 +0000 (07:45 -0600)
committerGeorge Joseph <gjoseph@digium.com>
Wed, 26 Apr 2017 14:04:25 +0000 (08:04 -0600)
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

index e8eb46643e4ed2ccd29d6ecd91805df7a2fe7c57..c0be1cbdf84976dd9c3a3a4ad116d0a53a31ae6d 100644 (file)
@@ -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