2005-09-11 14:40:58 +03:00
|
|
|
config BR2_PACKAGE_MPD
|
2005-10-18 03:03:12 +03:00
|
|
|
tristate "MPD - Music Player Daemon"
|
2005-09-11 14:40:58 +03:00
|
|
|
default m if CONFIG_DEVEL
|
|
|
|
help
|
2005-10-18 03:03:12 +03:00
|
|
|
MPD is a music player supporting flac, mp3 and ogg files.
|
2005-09-11 14:40:58 +03:00
|
|
|
It is typically controlled over a network using one of it's many
|
|
|
|
clients including mpc(console), gmpc(gnome), phpmp(php) etc.
|
|
|
|
|
|
|
|
config BR2_PACKAGE_MPD_MP3
|
2005-10-18 03:03:12 +03:00
|
|
|
bool "MP3 Support - Enable mp3 support"
|
|
|
|
default y
|
2005-09-11 14:40:58 +03:00
|
|
|
depends BR2_PACKAGE_MPD
|
2005-10-18 03:03:12 +03:00
|
|
|
select BR2_PACKAGE_LIBMAD
|
|
|
|
select BR2_PACKAGE_LIBID3TAG
|
2005-09-11 14:40:58 +03:00
|
|
|
help
|
2005-10-18 03:03:12 +03:00
|
|
|
Enable mp3 support (libmad).
|
2005-09-11 14:40:58 +03:00
|
|
|
|
|
|
|
config BR2_PACKAGE_MPD_OGG
|
2005-10-18 03:03:12 +03:00
|
|
|
bool "OGG Support - Enable ogg support"
|
|
|
|
default y
|
2005-09-11 14:40:58 +03:00
|
|
|
depends BR2_PACKAGE_MPD
|
2005-10-18 03:03:12 +03:00
|
|
|
select BR2_PACKAGE_LIBVORBISIDEC
|
2005-09-11 14:40:58 +03:00
|
|
|
help
|
2005-10-18 03:03:12 +03:00
|
|
|
Enable ogg support (tremor).
|
|
|
|
|
|
|
|
config BR2_PACKAGE_MPD_FLAC
|
|
|
|
bool "FLAC Support - Enable flac support"
|
|
|
|
default n
|
|
|
|
depends BR2_PACKAGE_MPD
|
|
|
|
select BR2_PACKAGE_LIBFLAC
|
|
|
|
help
|
|
|
|
Enable flac support (libflac).
|