1 menu "mpd............................... Music Player Daemon"
4 prompt "mpd............................... Music Player Daemon"
6 default m if CONFIG_DEVEL
8 MPD is a music player supporting flac, mp3 and ogg files.
9 It is typically controlled over a network using one of it's many
10 clients including mpc(console), gmpc(gnome), phpmp(php) etc.
12 http://www.musicpd.org/
14 config BR2_COMPILE_MPD_WITH_MP3
18 depends BR2_PACKAGE_MPD
19 select BR2_PACKAGE_LIBMAD
20 select BR2_PACKAGE_LIBID3TAG
22 Enable mp3 support (libmad).
24 config BR2_COMPILE_MPD_WITH_OGG
28 depends BR2_PACKAGE_MPD
29 select BR2_PACKAGE_LIBVORBISIDEC
31 Enable ogg support (tremor).
33 config BR2_COMPILE_MPD_WITH_FLAC
37 depends BR2_PACKAGE_MPD
38 select BR2_PACKAGE_LIBFLAC
40 Enable flac support (libflac).