diff options
| author | Jörg Krause <jkrause@posteo.de> | 2014-10-17 00:28:59 +0200 |
|---|---|---|
| committer | Thomas Petazzoni <thomas.petazzoni@free-electrons.com> | 2014-10-27 22:51:09 +0100 |
| commit | fc26b41ac35a52ac34dfd65257210f117f20f6e5 (patch) | |
| tree | cf644503744d7327ff6f548e6869eb2875bd807e /package/mpd/Config.in | |
| parent | 52cc4a2620d488aa40cc50b1775434f8a67b6aa8 (diff) | |
| download | buildroot-fc26b41ac35a52ac34dfd65257210f117f20f6e5.tar.gz buildroot-fc26b41ac35a52ac34dfd65257210f117f20f6e5.zip | |
package/mpd: enable support for libsoxr
Signed-off-by: Jörg Krause <jkrause@posteo.de>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
Diffstat (limited to 'package/mpd/Config.in')
| -rw-r--r-- | package/mpd/Config.in | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/package/mpd/Config.in b/package/mpd/Config.in index 5ef1d3fe69..e62a37d273 100644 --- a/package/mpd/Config.in +++ b/package/mpd/Config.in @@ -46,6 +46,13 @@ config BR2_PACKAGE_MPD_LIBSAMPLERATE Enable libsamplerate input support. Select this for software sample rate conversion. +config BR2_PACKAGE_MPD_LIBSOXR + bool "libsoxr" + select BR2_PACKAGE_LIBSOXR + help + Enable libsoxr resampler support. + The SoX Resampler library performs software sample-rate conversion. + comment "Decoder plugins" config BR2_PACKAGE_MPD_AUDIOFILE |

