summaryrefslogtreecommitdiffstats
path: root/rules/mpg123.in
diff options
context:
space:
mode:
authorClemens Gruber <clemens.gruber@pqgruber.com>2017-06-06 16:36:36 +0200
committerMichael Olbrich <m.olbrich@pengutronix.de>2017-06-21 10:14:51 +0200
commit1cf6027a70b9cded96d5d35d24289eb7fbe16802 (patch)
treee8f0302be9250d3003c1f250ce00ad2ba4a1e7c5 /rules/mpg123.in
parent4c3b6405a041ea132ca534756fe96d134bb07308 (diff)
downloadptxdist-1cf6027a70b9cded96d5d35d24289eb7fbe16802.tar.gz
ptxdist-1cf6027a70b9cded96d5d35d24289eb7fbe16802.tar.xz
mpg123: version bump 1.23.8 -> 1.25.0
The --with-cpu argument is left untouched to be auto-detected at build- and/or runtime. libltdl is not needed because modules are disabled. Also add an option to enable integer quality mode and fix configure options. Signed-off-by: Clemens Gruber <clemens.gruber@pqgruber.com> [mol: use --disable-XXX instead of --enable-XXX=no] Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
Diffstat (limited to 'rules/mpg123.in')
-rw-r--r--rules/mpg123.in14
1 files changed, 12 insertions, 2 deletions
diff --git a/rules/mpg123.in b/rules/mpg123.in
index 9abbffc05..5f672d2f1 100644
--- a/rules/mpg123.in
+++ b/rules/mpg123.in
@@ -1,9 +1,8 @@
## SECTION=multimedia_sound
-config MPG123
+menuconfig MPG123
tristate
prompt "mpg123"
- select LIBLTDL
select ALSA_LIB
select ALSA_LIB_PCM
help
@@ -14,3 +13,14 @@ config MPG123
It is free software licensed under LGPL 2.1 (the officially released sources,
some files in subversion repository may differ).
+if MPG123
+
+config MPG123_INT_QUALITY
+ bool
+ default n
+ prompt "integer quality mode"
+ help
+ Use rounding instead of fast truncation for integer output.
+ Enable this if you need ISO MPEG compliance.
+
+endif