Commit 731cc8cf authored by Avuton Olrich's avatar Avuton Olrich

configure: move id3 and lame to 'Other Features'

parent d1d4c324
...@@ -1317,18 +1317,6 @@ else ...@@ -1317,18 +1317,6 @@ else
echo " fluidsynth MIDI support .......disabled" echo " fluidsynth MIDI support .......disabled"
fi fi
if test x$enable_id3 = xyes; then
echo " ID3 tag support ...............enabled"
else
echo " ID3 tag support ...............disabled"
fi
if test x$enable_lame = xyes; then
echo " lame support ..................enabled"
else
echo " lame support ..................disabled"
fi
if test x$enable_mod = xyes; then if test x$enable_mod = xyes; then
echo " MOD support ...................enabled" echo " MOD support ...................enabled"
else else
...@@ -1451,6 +1439,18 @@ else ...@@ -1451,6 +1439,18 @@ else
echo " HTTP streaming (libcurl) ......disabled" echo " HTTP streaming (libcurl) ......disabled"
fi fi
if test x$enable_id3 = xyes; then
echo " ID3 tag support ...............enabled"
else
echo " ID3 tag support ...............disabled"
fi
if test x$enable_lame = xyes; then
echo " lame support ..................enabled"
else
echo " lame support ..................disabled"
fi
if test x$enable_lsr = xyes; then if test x$enable_lsr = xyes; then
echo " libsamplerate support .........enabled" echo " libsamplerate support .........enabled"
else else
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment