summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJoshua Colp <jcolp@digium.com>2018-02-13 07:05:36 -0600
committerGerrit Code Review <gerrit2@gerrit.digium.api>2018-02-13 07:05:36 -0600
commitdfd5e77ee0d6a1c1aefe9f381b7278c54dc07ee2 (patch)
treecac25412666fafdba74eb4d30ab56069349b4f1e
parent83ec287c645b91fa70d543adf8517bbc94ad6f2d (diff)
parentb21915bd1c8fd120643277ed23c8c4d7accd9170 (diff)
Merge "pjproject_bundled: Disable G.729 from Belledonne Communications."
-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 \