From 21f7d0efb399a68182eb8d2b0ad85d6dede538c5 Mon Sep 17 00:00:00 2001 From: wbx Date: Sun, 11 Sep 2005 11:40:58 +0000 Subject: add mpd from dave, thx git-svn-id: svn://svn.openwrt.org/openwrt/trunk@1902 3c298f89-4303-0410-b956-a3cf2f4a3e73 --- openwrt/package/mpd/Config.in | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) create mode 100644 openwrt/package/mpd/Config.in (limited to 'openwrt/package/mpd/Config.in') diff --git a/openwrt/package/mpd/Config.in b/openwrt/package/mpd/Config.in new file mode 100644 index 000000000..fd9b8459d --- /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). -- cgit v1.2.3