summaryrefslogtreecommitdiffstats
path: root/rules/lame.in
diff options
context:
space:
mode:
authorMichael Olbrich <m.olbrich@pengutronix.de>2012-02-12 12:16:54 +0100
committerMichael Olbrich <m.olbrich@pengutronix.de>2012-02-12 12:16:54 +0100
commitb11c2e11e86df020994a373d7e54539e5cb1d250 (patch)
tree737836df52afdd088ea74f8c81a2e28735ac5ecf /rules/lame.in
parent859ed7494212f66dc78e22dfccc875d1cad43d22 (diff)
downloadptxdist-b11c2e11e86df020994a373d7e54539e5cb1d250.tar.gz
ptxdist-b11c2e11e86df020994a373d7e54539e5cb1d250.tar.xz
lame: new package
Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
Diffstat (limited to 'rules/lame.in')
-rw-r--r--rules/lame.in19
1 files changed, 19 insertions, 0 deletions
diff --git a/rules/lame.in b/rules/lame.in
new file mode 100644
index 000000000..e81b4096c
--- /dev/null
+++ b/rules/lame.in
@@ -0,0 +1,19 @@
+## SECTION=multimedia_sound
+
+menuconfig LAME
+ tristate
+ select LIBC_M
+ prompt "lame "
+ help
+ LAME is a high quality MPEG Audio Layer III (MP3) encoder
+ licensed under the LGPL.
+
+
+if LAME
+
+config LAME_FRONTEND
+ bool
+ prompt "install frontend"
+
+endif
+