diff options
| author | Gustavo Zacarias <gustavo@zacarias.com.ar> | 2014-01-13 19:17:18 -0300 |
|---|---|---|
| committer | Peter Korsgaard <peter@korsgaard.com> | 2014-01-13 23:22:17 +0100 |
| commit | 1753c3bf2aaad284cf92aaddab4e250b50949d5b (patch) | |
| tree | 6dee97606b337117fb2098f92ede22128703c9e1 /package/mpd/Config.in | |
| parent | 2194440bfd2c212ff7b2313546cc99fa07212e26 (diff) | |
| download | buildroot-1753c3bf2aaad284cf92aaddab4e250b50949d5b.tar.gz buildroot-1753c3bf2aaad284cf92aaddab4e250b50949d5b.zip | |
mpd: bump to version 0.18.7
Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar>
Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
Diffstat (limited to 'package/mpd/Config.in')
| -rw-r--r-- | package/mpd/Config.in | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/package/mpd/Config.in b/package/mpd/Config.in index 62bdfa7c52..5a03a62a35 100644 --- a/package/mpd/Config.in +++ b/package/mpd/Config.in @@ -4,6 +4,8 @@ menuconfig BR2_PACKAGE_MPD depends on BR2_USE_WCHAR # libglib2 depends on BR2_TOOLCHAIN_HAS_THREADS # libglib2 depends on BR2_USE_MMU # libglib2 + depends on !(BR2_avr32 || BR2_sparc) # gcc too old + depends on !BR2_UCLIBC_VERSION_0_9_32 # lacks signalfd select BR2_PACKAGE_LIBGLIB2 select BR2_PACKAGE_LIBICONV if !BR2_ENABLE_LOCALE select BR2_PACKAGE_MPD_TREMOR if !(BR2_PACKAGE_MPD_MAD || BR2_PACKAGE_MPD_MPG123 || BR2_PACKAGE_MPD_VORBIS || BR2_PACKAGE_MPD_WAVPACK || BR2_PACKAGE_MPD_FLAC || BR2_PACKAGE_MPD_MUSEPACK || BR2_PACKAGE_MPD_FFMPEG) @@ -142,6 +144,19 @@ config BR2_PACKAGE_MPD_MUSEPACK Enable musepack input support. Select this if you want to play back MPC files. +config BR2_PACKAGE_MPD_OPUS + bool "opus" + select BR2_PACKAGE_OPUS + help + Enable opus input support. + Select this if you want to play back OPUS encoded files. + +config BR2_PACKAGE_MPD_SOUNDCLOUD + bool "soundcloud" + select BR2_PACKAGE_YAJL + help + Enable soundcloud.com playlist support. + config BR2_PACKAGE_MPD_SQLITE bool "sqlite" select BR2_PACKAGE_SQLITE |

