summaryrefslogtreecommitdiffstats
path: root/audio-players/mpg123/CONFIGURE
diff options
context:
space:
mode:
Diffstat (limited to 'audio-players/mpg123/CONFIGURE')
-rwxr-xr-xaudio-players/mpg123/CONFIGURE4
1 files changed, 3 insertions, 1 deletions
diff --git a/audio-players/mpg123/CONFIGURE b/audio-players/mpg123/CONFIGURE
index e301c8fe50..78d8614e21 100755
--- a/audio-players/mpg123/CONFIGURE
+++ b/audio-players/mpg123/CONFIGURE
@@ -1,9 +1,11 @@
. $GRIMOIRE/config_query_multi.function &&
+config_query_option MPG123_MODULES "Prefer highest accuracy for 16bit output (instead of highest speed)?" n \
+ --enable-int-quality --disable-int-quality &&
message "${MESSAGE_COLOR}Optimization is chosen automatically now, though you can force your will via custom spell options.$DEFAULT_COLOR" &&
config_query_option MPG123_MODULES "Build output modules?" y \
--enable-modules --disable-modules &&
local modlist="oss alsa portaudio jack esd nas sdl \
- pulse arts dummy auto" &&
+ pulse arts openal dummy auto" &&
message "${MESSAGE_COLOR}\"auto\" will select (a) working output(s) at build time, disregarding spell dependencies.$DEFAULT_COLOR" &&
if [[ "$MPG123_MODULES" == "--enable-modules" ]]; then
config_query_multi MPG123_AUDIO "Select the modules you want:" \