xref: /OK3568_Linux_fs/buildroot/package/libshout/Config.in (revision 4882a59341e53eb6f0b4789bf948001014eff981)
1config BR2_PACKAGE_LIBSHOUT
2	bool "libshout"
3	select BR2_PACKAGE_LIBOGG
4	select BR2_PACKAGE_LIBVORBIS
5	help
6	  Libshout is a library for communicating with and sending data
7	  to an icecast server. It handles the socket connection, the
8	  timing of the data, and prevents bad data from getting to the
9	  icecast server.
10
11	  http://icecast.org/download/
12