2 tristate "MPD - Music Player Daemon (flac support)"
3 default m if CONFIG_DEVEL
5 MPD is a music player supporting flac, mp3 and ogg.
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 (experimental)"
11 depends BR2_PACKAGE_MPD
13 Enable builtin mp3 support (mad). Not well tested, may crash your mpd!
15 config BR2_PACKAGE_MPD_OGG
16 bool "OGG Support - Enable ogg support (experimental)"
17 depends BR2_PACKAGE_MPD
19 Enable builtin ogg support (tremor).