From 1cf6027a70b9cded96d5d35d24289eb7fbe16802 Mon Sep 17 00:00:00 2001 From: Clemens Gruber Date: Tue, 6 Jun 2017 16:36:36 +0200 Subject: 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 [mol: use --disable-XXX instead of --enable-XXX=no] Signed-off-by: Michael Olbrich --- rules/mpg123.in | 14 ++++++++++++-- 1 file changed, 12 insertions(+), 2 deletions(-) (limited to 'rules/mpg123.in') 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 -- cgit v1.2.3