]> rtime.felk.cvut.cz Git - coffee/buildroot.git/commitdiff
libpjsip: remove deprecated config options
authorAdam Duskett <aduskett@gmail.com>
Tue, 14 Nov 2017 12:58:35 +0000 (07:58 -0500)
committerThomas Petazzoni <thomas.petazzoni@free-electrons.com>
Wed, 15 Nov 2017 21:41:01 +0000 (22:41 +0100)
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@gmail.com>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
package/libpjsip/libpjsip.mk

index 6f3f9e3f1a7171e39adec6401d42b258b6cd65c8..c772d4117a57f12166276d65911026221c6997a3 100644 (file)
@@ -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 \