mpd: default to tremor input plugin
authorGustavo Zacarias <gustavo@zacarias.com.ar>
Fri, 25 Feb 2011 20:10:05 +0000 (17:10 -0300)
committerPeter Korsgaard <jacmet@sunsite.dk>
Fri, 25 Feb 2011 20:20:15 +0000 (21:20 +0100)
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>
package/multimedia/mpd/Config.in

index 94040828cab950d6253533879879c9834204ddf9..049c0fc84a92b9007eda5daec5aafaf214b146b3 100644 (file)
@@ -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