From: Alexander Traud Date: Mon, 12 Feb 2018 12:16:00 +0000 (+0100) Subject: pjproject_bundled: Disable G.729 from Belledonne Communications. X-Git-Tag: 13.20.0-rc1~31^2 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=0ab97e9774f075a580015caaa08f9eac0db0c2d3;p=thirdparty%2Fasterisk.git pjproject_bundled: Disable G.729 from Belledonne Communications. When is installed, PJProject tries to link that. Support for this bcg729 was added with PJProject 2.7. The issue happens, because Teluu enabled that new feature on default. ASTERISK-27584 Reported by: Stuart Henderson Change-Id: I88b6b18ad777bcfe2d8201187b4b90eec0a172a6 --- diff --git a/third-party/pjproject/Makefile.rules b/third-party/pjproject/Makefile.rules index 715a4b8cd9..ef1a702906 100644 --- a/third-party/pjproject/Makefile.rules +++ b/third-party/pjproject/Makefile.rules @@ -16,7 +16,7 @@ PJPROJECT_URL ?= https://raw.githubusercontent.com/asterisk/third-party/master/p PJPROJECT_CONFIG_OPTS = $(PJPROJECT_CONFIGURE_OPTS) --prefix=/opt/pjproject \ --disable-speex-codec \ --disable-speex-aec \ - --disable-speex-aec \ + --disable-bcg729 \ --disable-gsm-codec \ --disable-ilbc-codec \ --disable-l16-codec \