summaryrefslogtreecommitdiffstats
path: root/rules/libtremor.in
diff options
context:
space:
mode:
authorJuergen Beisert <jbe@pengutronix.de>2013-11-25 16:02:18 +0100
committerMichael Olbrich <m.olbrich@pengutronix.de>2013-12-03 10:08:17 +0100
commit54ed711a7d5d22208711ea7d961ac86b0d239960 (patch)
treedb74992eb059517c695235228cb3ac497d7d7b17 /rules/libtremor.in
parent668c3e0634ab68c7fdccff1fe9ca1bf546a4ce87 (diff)
downloadptxdist-54ed711a7d5d22208711ea7d961ac86b0d239960.tar.gz
ptxdist-54ed711a7d5d22208711ea7d961ac86b0d239960.tar.xz
libtremor: add new package
libtremor is a software library that decodes the Vorbis audio format in fixed-point only for those platforms without floating point operations. Signed-off-by: Markus Pargmann <mpa@pengutronix.de> Acked-by: Juergen Beisert <jbe@pengutronix.de> Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
Diffstat (limited to 'rules/libtremor.in')
-rw-r--r--rules/libtremor.in9
1 files changed, 9 insertions, 0 deletions
diff --git a/rules/libtremor.in b/rules/libtremor.in
new file mode 100644
index 000000000..35f48c994
--- /dev/null
+++ b/rules/libtremor.in
@@ -0,0 +1,9 @@
+## SECTION=multimedia_sound
+config LIBTREMOR
+ tristate
+ prompt "libtremor"
+ select LIBOGG
+ help
+ libtremor is a software library that decodes the Vorbis audio format
+ in fixed-point only for those platforms without floating point
+ operations.