diff options
author | Waldemar Brodkorb <mail@waldemar-brodkorb.de> | 2005-09-11 11:40:58 +0000 |
---|---|---|
committer | Waldemar Brodkorb <mail@waldemar-brodkorb.de> | 2005-09-11 11:40:58 +0000 |
commit | 12da1b14298f6938c2221e40897911e26befc255 (patch) | |
tree | a5b4062af62609a6d5e732aab4adf204b25316e5 /openwrt/package/mpd/Config.in | |
parent | ccc9de809c6705c520c9076a1e3db58a69d78110 (diff) | |
download | mtk-20170518-12da1b14298f6938c2221e40897911e26befc255.zip mtk-20170518-12da1b14298f6938c2221e40897911e26befc255.tar.gz mtk-20170518-12da1b14298f6938c2221e40897911e26befc255.tar.bz2 |
add mpd from dave, thx
SVN-Revision: 1902
Diffstat (limited to 'openwrt/package/mpd/Config.in')
-rw-r--r-- | openwrt/package/mpd/Config.in | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/openwrt/package/mpd/Config.in b/openwrt/package/mpd/Config.in new file mode 100644 index 0000000..fd9b845 --- /dev/null +++ b/openwrt/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). |