diff options
author | Waldemar Brodkorb <wbx@openwrt.org> | 2005-09-11 11:40:58 +0000 |
---|---|---|
committer | Waldemar Brodkorb <wbx@openwrt.org> | 2005-09-11 11:40:58 +0000 |
commit | 1b4ca9701f75420b8e19e85844e81da91989992d (patch) | |
tree | 609c9f5e5ffd6eb3681cdc001e7e352cb504f0e6 /package/mpd/Config.in | |
parent | 992cb30a83971d8ea17b7eafe01ebaa34d1d485f (diff) | |
download | upstream-1b4ca9701f75420b8e19e85844e81da91989992d.tar.gz upstream-1b4ca9701f75420b8e19e85844e81da91989992d.tar.bz2 upstream-1b4ca9701f75420b8e19e85844e81da91989992d.zip |
add mpd from dave, thx
git-svn-id: svn://svn.openwrt.org/openwrt/trunk/openwrt@1902 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'package/mpd/Config.in')
-rw-r--r-- | package/mpd/Config.in | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/package/mpd/Config.in b/package/mpd/Config.in new file mode 100644 index 0000000000..fd9b8459df --- /dev/null +++ b/package/mpd/Config.in @@ -0,0 +1,19 @@ +config BR2_PACKAGE_MPD + tristate "MPD - Music Player Daemon (flac support)" + default m if CONFIG_DEVEL + help + MPD is a music player supporting flac, mp3 and ogg. + 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 + bool "MP3 Support - Enable mp3 support (experimental)" + depends BR2_PACKAGE_MPD + help + Enable builtin mp3 support (mad). Not well tested, may crash your mpd! + +config BR2_PACKAGE_MPD_OGG + bool "OGG Support - Enable ogg support (experimental)" + depends BR2_PACKAGE_MPD + help + Enable builtin ogg support (tremor). |