54a8261e6f
- Drop patch (already in version) and so autoreconf
- libvorbis is optional since
181ac9f3f5
https://gitlab.xiph.org/xiph/icecast-libshout/-/blob/v2.4.6/NEWS
Signed-off-by: Fabrice Fontaine <fontaine.fabrice@gmail.com>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
11 lines
323 B
Plaintext
11 lines
323 B
Plaintext
config BR2_PACKAGE_LIBSHOUT
|
|
bool "libshout"
|
|
select BR2_PACKAGE_LIBOGG
|
|
help
|
|
Libshout is a library for communicating with and sending data
|
|
to an icecast server. It handles the socket connection, the
|
|
timing of the data, and prevents bad data from getting to the
|
|
icecast server.
|
|
|
|
http://icecast.org/download/
|