diff options
author | nico <nico@3c298f89-4303-0410-b956-a3cf2f4a3e73> | 2005-12-14 22:34:56 +0000 |
---|---|---|
committer | nico <nico@3c298f89-4303-0410-b956-a3cf2f4a3e73> | 2005-12-14 22:34:56 +0000 |
commit | 9fe5932e979584cbb37116fd82016ca41c66a561 (patch) | |
tree | 75a55d5f224cb329a1e1f5de82961ca0827b2047 /package/peercast/Config.in | |
parent | c63f141eafcaa2199234c42b82f4955f8f8a965f (diff) |
add peercast package (thanks to Romain Beauxis)
git-svn-id: svn://svn.openwrt.org/openwrt/trunk/openwrt@2672 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'package/peercast/Config.in')
-rw-r--r-- | package/peercast/Config.in | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/package/peercast/Config.in b/package/peercast/Config.in new file mode 100644 index 0000000000..b26f977cdb --- /dev/null +++ b/package/peercast/Config.in @@ -0,0 +1,14 @@ +config BR2_PACKAGE_PEERCAST + prompt "peercast........................... P2P audio and video streaming server" + tristate + default m if CONFIG_DEVEL + select BR2_PACKAGE_LIBPTHREAD + select BR2_PACKAGE_UCLIBCXX + help + PeerCast is a fresh new P2P streaming server. It can stream music + and video from a broad variety of formats. Many audio players can + listen to peercast streams, as it's been built to remain compatible + with Nullsoft Shoutcast. + + http://www.peercast.org/ + |