[Buildroot] [git commit branch/next] libpjsip: remove deprecated config options

Thomas Petazzoni thomas.petazzoni at free-electrons.com
Wed Nov 15 21:41:01 UTC 2017


commit: https://git.buildroot.net/buildroot/commit/?id=3af2a3437f19babfcda5377d4e1b16a894af7a86
branch: https://git.buildroot.net/buildroot/commit/?id=refs/heads/next

disable-small-filter and disable-large-filter have been deprecated as
of 2.7, causing messages during compile time complaining about how they
are deprecated and have no effect.

Signed-off-by: Adam Duskett <aduskett at gmail.com>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni at free-electrons.com>
---
 package/libpjsip/libpjsip.mk | 2 --
 1 file changed, 2 deletions(-)

diff --git a/package/libpjsip/libpjsip.mk b/package/libpjsip/libpjsip.mk
index 6f3f9e3..c772d41 100644
--- a/package/libpjsip/libpjsip.mk
+++ b/package/libpjsip/libpjsip.mk
@@ -38,8 +38,6 @@ LIBPJSIP_CONF_OPTS = \
 	--disable-opus \
 	--disable-oss \
 	--disable-ext-sound \
-	--disable-small-filter \
-	--disable-large-filter \
 	--disable-g711-codec \
 	--disable-l16-codec \
 	--disable-g722-codec \


More information about the buildroot mailing list