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

Joshua Colp asteriskteam at digium.com
Tue Feb 13 07:05:37 CST 2018


Joshua Colp has submitted this change and it was merged. ( https://gerrit.asterisk.org/8191 )

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(-)

Approvals:
  George Joseph: Looks good to me, but someone else must approve
  Joshua Colp: Looks good to me, approved; Approved for Submit



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/8191
To unsubscribe, visit https://gerrit.asterisk.org/settings

Gerrit-Project: asterisk
Gerrit-Branch: master
Gerrit-MessageType: merged
Gerrit-Change-Id: I88b6b18ad777bcfe2d8201187b4b90eec0a172a6
Gerrit-Change-Number: 8191
Gerrit-PatchSet: 1
Gerrit-Owner: Alexander Traud <pabstraud at compuserve.com>
Gerrit-Reviewer: Alexander Traud <pabstraud at compuserve.com>
Gerrit-Reviewer: George Joseph <gjoseph at digium.com>
Gerrit-Reviewer: Jenkins2
Gerrit-Reviewer: Joshua Colp <jcolp at digium.com>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.digium.com/pipermail/asterisk-code-review/attachments/20180213/8a4bb09d/attachment.html>


More information about the asterisk-code-review mailing list