summaryrefslogtreecommitdiff
path: root/package/libpjsip
diff options
context:
space:
mode:
authorLuca Ceresoli <luca@lucaceresoli.net>2016-03-17 13:51:12 +0100
committerPeter Korsgaard <peter@korsgaard.com>2016-03-17 14:30:04 +0100
commit9db9a6d2b3c59583366cc259a6602f1f0b053011 (patch)
tree832db92ee7887e013889e1234bd21707080c74e8 /package/libpjsip
parent43895e97ad04fda279df15db09f75da18aafc8cd (diff)
libpjsip: disable all bundled third party libraries
libpjsip bundles several third party libraries. In Buildroot we prefer either not to build them or to depend on a proper package for each of them. The current recipe disables most of them, but not all, so disable the remaining ones. Signed-off-by: Luca Ceresoli <luca@lucaceresoli.net> Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
Diffstat (limited to 'package/libpjsip')
-rw-r--r--package/libpjsip/libpjsip.mk2
1 files changed, 2 insertions, 0 deletions
diff --git a/package/libpjsip/libpjsip.mk b/package/libpjsip/libpjsip.mk
index 56d6f2bb9..730d9fef6 100644
--- a/package/libpjsip/libpjsip.mk
+++ b/package/libpjsip/libpjsip.mk
@@ -24,6 +24,8 @@ LIBPJSIP_CONF_OPTS = \
--disable-resample \
--disable-video \
--disable-opencore-amr \
+ --disable-g7221-codec \
+ --disable-ilbc-codec \
--with-external-srtp=$(STAGING_DIR)/usr
ifeq ($(BR2_PACKAGE_OPENSSL),y)