summaryrefslogtreecommitdiffstats
path: root/audio-players
diff options
context:
space:
mode:
authorVlad Glagolev2017-09-11 13:51:37 -0400
committerVlad Glagolev2017-09-11 13:51:37 -0400
commit774393dc9386d909a032408e5331dfc05ddc51d8 (patch)
tree12591123c8e464cb967d8a347c50508d3858eb85 /audio-players
parent4b09871898456f26b51da219beae381b30c1a18f (diff)
mpg123: set 'auto' to the top
Diffstat (limited to 'audio-players')
-rwxr-xr-xaudio-players/mpg123/CONFIGURE4
-rw-r--r--audio-players/mpg123/HISTORY3
2 files changed, 5 insertions, 2 deletions
diff --git a/audio-players/mpg123/CONFIGURE b/audio-players/mpg123/CONFIGURE
index 7260934f6d..2ca73b56ef 100755
--- a/audio-players/mpg123/CONFIGURE
+++ b/audio-players/mpg123/CONFIGURE
@@ -4,8 +4,8 @@ config_query_option MPG123_QUALITY "Prefer highest accuracy for 16bit output (in
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 openal dummy auto" &&
+local modlist="auto oss alsa portaudio jack esd nas sdl \
+ pulse openal dummy" &&
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:" \
diff --git a/audio-players/mpg123/HISTORY b/audio-players/mpg123/HISTORY
index 7fc21013d5..639d1940dc 100644
--- a/audio-players/mpg123/HISTORY
+++ b/audio-players/mpg123/HISTORY
@@ -1,3 +1,6 @@
+2017-09-11 Vlad Glagolev <stealth@sourcemage.org>
+ * CONFIGURE: set 'auto' to the top
+
2017-08-11 Thomas Orgis <sobukus@sourcemage.org>
* DETAILS: version 1.25.6, ++SECURITY_PATCH