summaryrefslogtreecommitdiffstats
path: root/rules/libshout.in
blob: a74d0dd32acb879b88ab8c63bc8f002d9fe0efca (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
## SECTION=multimedia_libs

menuconfig LIBSHOUT
	tristate
	prompt "libshout                      "
	select LIBVORBIS
	select LIBTHEORA	if LIBSHOUT_THEORA
	select SPEEX		if LIBSHOUT_SPEEX
	help
	  A library for communicating with and sending data to Icecast and Icecast 2
	  streaming audio servers. It handles the socket connection, the timing of
	  the data transmission, and prevents bad data from getting to the server.

if LIBSHOUT

config LIBSHOUT_THEORA
	bool
	prompt "theora support"

config LIBSHOUT_SPEEX
	bool
	prompt "speex support"

endif