summaryrefslogtreecommitdiff
path: root/third-party
diff options
context:
space:
mode:
authorAlexander Traud <pabstraud@compuserve.com>2018-02-12 13:16:00 +0100
committerAlexander Traud <pabstraud@compuserve.com>2018-02-12 13:20:02 +0100
commitb21915bd1c8fd120643277ed23c8c4d7accd9170 (patch)
tree5d2cb31f55b513442e5d1a3b5b8fd2431f08fb32 /third-party
parente132f22a2ef89ca7b7fa7e9a77d4e1aad64bf203 (diff)
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
Diffstat (limited to 'third-party')
-rw-r--r--third-party/pjproject/Makefile.rules2
1 files changed, 1 insertions, 1 deletions
diff --git a/third-party/pjproject/Makefile.rules b/third-party/pjproject/Makefile.rules
index 715a4b8cd..ef1a70290 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 \