[Asterisk-code-review] pjproject bundled: Disable G.729 from Belledonne Communicati... (asterisk[15])

Alexander Traud asteriskteam at digium.com
Mon Feb 12 06:21:50 CST 2018


Alexander Traud has uploaded this change for review. ( https://gerrit.asterisk.org/8193


Change subject: pjproject_bundled: Disable G.729 from Belledonne Communications.
......................................................................

pjproject_bundled: Disable G.729 from Belledonne Communications.

When <http://github.com/BelledonneCommunications/bcg729> 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
---
M third-party/pjproject/Makefile.rules
1 file changed, 1 insertion(+), 1 deletion(-)



  git pull ssh://gerrit.asterisk.org:29418/asterisk refs/changes/93/8193/1

diff --git a/third-party/pjproject/Makefile.rules b/third-party/pjproject/Makefile.rules
index 715a4b8..ef1a702 100644
--- a/third-party/pjproject/Makefile.rules
+++ b/third-party/pjproject/Makefile.rules
@@ -16,7 +16,7 @@
 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 \

-- 
To view, visit https://gerrit.asterisk.org/8193
To unsubscribe, visit https://gerrit.asterisk.org/settings

Gerrit-Project: asterisk
Gerrit-Branch: 15
Gerrit-MessageType: newchange
Gerrit-Change-Id: I88b6b18ad777bcfe2d8201187b4b90eec0a172a6
Gerrit-Change-Number: 8193
Gerrit-PatchSet: 1
Gerrit-Owner: Alexander Traud <pabstraud at compuserve.com>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.digium.com/pipermail/asterisk-code-review/attachments/20180212/ceaa85ab/attachment.html>


More information about the asterisk-code-review mailing list