2 tristate "MPD - Music Player Daemon"
3 default m if CONFIG_DEVEL
5 MPD is a music player supporting flac, mp3 and ogg files.
6 It is typically controlled over a network using one of it's many
7 clients including mpc(console), gmpc(gnome), phpmp(php) etc.
9 config BR2_PACKAGE_MPD_MP3
10 bool "MP3 Support - Enable mp3 support"
12 depends BR2_PACKAGE_MPD
13 select BR2_PACKAGE_LIBMAD
14 select BR2_PACKAGE_LIBID3TAG
16 Enable mp3 support (libmad).
18 config BR2_PACKAGE_MPD_OGG
19 bool "OGG Support - Enable ogg support"
21 depends BR2_PACKAGE_MPD
22 select BR2_PACKAGE_LIBVORBISIDEC
24 Enable ogg support (tremor).
26 config BR2_PACKAGE_MPD_FLAC
27 bool "FLAC Support - Enable flac support"
29 depends BR2_PACKAGE_MPD
30 select BR2_PACKAGE_LIBFLAC
32 Enable flac support (libflac).