Config.in 661 B

1234567891011121314151617
  1. config ADK_PACKAGE_ICECAST
  2. prompt "icecast........................... A streaming media server for Ogg/Vorbis and MP3 audio streams"
  3. tristate
  4. default n
  5. select ADK_PACKAGE_LIBCURL
  6. select ADK_PACKAGE_LIBVORBIS
  7. select ADK_PACKAGE_LIBXML2
  8. select ADK_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. http://www.icecast.org/