configure: move id3 and lame to 'Other Features'

This commit is contained in:
Avuton Olrich 2009-02-28 08:09:43 -08:00
parent d1d4c3245c
commit 731cc8cf08

View File

@ -1317,18 +1317,6 @@ else
echo " fluidsynth MIDI support .......disabled"
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
echo " MOD support ...................enabled"
else
@ -1451,6 +1439,18 @@ else
echo " HTTP streaming (libcurl) ......disabled"
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
echo " libsamplerate support .........enabled"
else