diff options
author | Gustavo Zacarias <gustavo@zacarias.com.ar> | 2011-02-25 17:10:05 -0300 |
---|---|---|
committer | Peter Korsgaard <jacmet@sunsite.dk> | 2011-02-25 21:20:15 +0100 |
commit | d428dddf680b067c13ba9a08bfd502c7286cffe7 (patch) | |
tree | 7bd77b70113d74765b1b42f0149725a1e648e81f /package/multimedia | |
parent | 464270128112bce9169bea5d48d90bf695842ec7 (diff) |
mpd: default to tremor input plugin
MPD requires at least one input plugin to build.
If there's none selected default to tremor (vorbis).
Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar>
Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
Diffstat (limited to 'package/multimedia')
-rw-r--r-- | package/multimedia/mpd/Config.in | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/package/multimedia/mpd/Config.in b/package/multimedia/mpd/Config.in index 94040828c..049c0fc84 100644 --- a/package/multimedia/mpd/Config.in +++ b/package/multimedia/mpd/Config.in @@ -4,6 +4,7 @@ menuconfig BR2_PACKAGE_MPD depends on BR2_USE_WCHAR 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) help MPD is a flexible, powerful, server-side application for playing music. Through plugins and libraries |