add icecast
[openwrt.git] / package / icecast / Config.in
1 config BR2_PACKAGE_ICECAST
2         tristate "icecast - A streaming media server for Ogg/Vorbis and MP3 audio streams"
3         default m if CONFIG_DEVEL
4         select BR2_PACKAGE_LIBCURL
5         select BR2_PACKAGE_LIBOGG
6         select BR2_PACKAGE_LIBVORBIS
7         select BR2_PACKAGE_LIBXML2
8         select BR2_PACKAGE_LIBXSLT
9         help
10           Icecast is a streaming media server which currently supports Ogg 
11           Vorbis and MP3 audio streams. It can be used to create an Internet 
12           radio station or a privately running jukebox and many things in 
13           between. It is very versatile in that new formats can be added 
14           relatively easily and supports open standards for commuincation and 
15           interaction.
16           
17           http://www.icecast.org/
18           
19           Depends:
20            * libcurl
21            * libogg
22            * libvorbis
23            * libxml2
24            * libxslt
25           
26