5252c8c8dbb2e070ae7483f46b6e4d043f795559
[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_LIBVORBISIDEC
6 select BR2_PACKAGE_LIBXML2
7 select BR2_PACKAGE_LIBXSLT
8 help
9 Icecast is a streaming media server which currently supports Ogg
10 Vorbis and MP3 audio streams. It can be used to create an Internet
11 radio station or a privately running jukebox and many things in
12 between. It is very versatile in that new formats can be added
13 relatively easily and supports open standards for commuincation and
14 interaction.
15
16 http://www.icecast.org/
17
18 Depends:
19 * libcurl
20 * libvorbisidec
21 * libxml2
22 * libxslt
23
24
This page took 0.056633 seconds and 3 git commands to generate.