summaryrefslogtreecommitdiffstats
path: root/rules/libshout.in
diff options
context:
space:
mode:
authorMichael Olbrich <m.olbrich@pengutronix.de>2014-09-22 11:46:34 +0200
committerMichael Olbrich <m.olbrich@pengutronix.de>2014-09-22 11:47:24 +0200
commit0659753eedbc91fffa7ace924b2578e56d165c0a (patch)
tree3b917c34c05a65a2ca65e61ba4fddcf4694c0532 /rules/libshout.in
parent4e717b4644ee4e7e6c0d3504a5701c5979eb3454 (diff)
downloadptxdist-0659753eedbc91fffa7ace924b2578e56d165c0a.tar.gz
ptxdist-0659753eedbc91fffa7ace924b2578e56d165c0a.tar.xz
libshout: new package
Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
Diffstat (limited to 'rules/libshout.in')
-rw-r--r--rules/libshout.in24
1 files changed, 24 insertions, 0 deletions
diff --git a/rules/libshout.in b/rules/libshout.in
new file mode 100644
index 000000000..9fca9b804
--- /dev/null
+++ b/rules/libshout.in
@@ -0,0 +1,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