* [Buildroot] [PATCH v2 1/1] libpjsip: remove deprecated config options
@ 2017-11-14 12:58 Adam Duskett
2017-11-15 21:42 ` Thomas Petazzoni
0 siblings, 1 reply; 2+ messages in thread
From: Adam Duskett @ 2017-11-14 12:58 UTC (permalink / raw)
To: buildroot
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>
---
Changes v1 -> v2:
- Fixed typo in commit message. depricated -> deprecated (Luca Ceresoli)
package/libpjsip/libpjsip.mk | 2 --
1 file changed, 2 deletions(-)
diff --git a/package/libpjsip/libpjsip.mk b/package/libpjsip/libpjsip.mk
index 6f3f9e3f1a..c772d4117a 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 \
--
2.13.6
^ permalink raw reply related [flat|nested] 2+ messages in thread
* [Buildroot] [PATCH v2 1/1] libpjsip: remove deprecated config options
2017-11-14 12:58 [Buildroot] [PATCH v2 1/1] libpjsip: remove deprecated config options Adam Duskett
@ 2017-11-15 21:42 ` Thomas Petazzoni
0 siblings, 0 replies; 2+ messages in thread
From: Thomas Petazzoni @ 2017-11-15 21:42 UTC (permalink / raw)
To: buildroot
Hello,
On Tue, 14 Nov 2017 07:58:35 -0500, Adam Duskett wrote:
> 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>
> ---
> Changes v1 -> v2:
> - Fixed typo in commit message. depricated -> deprecated (Luca Ceresoli)
Applied to next, thanks.
Thomas
--
Thomas Petazzoni, CTO, Free Electrons
Embedded Linux, Kernel and Android engineering
http://free-electrons.com
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2017-11-15 21:42 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2017-11-14 12:58 [Buildroot] [PATCH v2 1/1] libpjsip: remove deprecated config options Adam Duskett
2017-11-15 21:42 ` Thomas Petazzoni
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox