diff mbox

[2/2] libpjsip: disable all bundled third party libraries

Message ID 1458219072-4113-2-git-send-email-luca@lucaceresoli.net
State Accepted
Commit 9db9a6d2b3c59583366cc259a6602f1f0b053011
Headers show

Commit Message

Luca Ceresoli March 17, 2016, 12:51 p.m. UTC
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>
---
 package/libpjsip/libpjsip.mk | 2 ++
 1 file changed, 2 insertions(+)

Comments

Peter Korsgaard March 17, 2016, 1:29 p.m. UTC | #1
>>>>> "Luca" == Luca Ceresoli <luca@lucaceresoli.net> writes:

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

Committed, thanks.
diff mbox

Patch

diff --git a/package/libpjsip/libpjsip.mk b/package/libpjsip/libpjsip.mk
index 56d6f2b..730d9fe 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)