configure: remove duplicate LAME report, unify rest under SHOUTcast header.
This commit is contained in:
parent
7cd9dbd574
commit
38ead091f9
28
configure.ac
28
configure.ac
@ -1271,16 +1271,22 @@ else
|
|||||||
echo " Media MVP support .............disabled"
|
echo " Media MVP support .............disabled"
|
||||||
fi
|
fi
|
||||||
|
|
||||||
if test x$enable_shout_ogg = xyes; then
|
if test x$enable_shout = xyes; then
|
||||||
echo " Shout ogg streaming support ...enabled"
|
echo " SHOUTcast support .............enabled"
|
||||||
else
|
|
||||||
echo " Shout ogg streaming support ...disabled"
|
|
||||||
fi
|
|
||||||
|
|
||||||
if test x$enable_shout_mp3 = xyes; then
|
if test x$enable_shout_mp3 = xyes; then
|
||||||
echo " Shout mp3 streaming support ...enabled"
|
echo " with LAME mp3 encoder .......enabled"
|
||||||
|
else
|
||||||
|
echo " with LAME mp3 encoder .......disabled"
|
||||||
|
fi
|
||||||
|
|
||||||
|
if test x$enable_shout_ogg = xyes; then
|
||||||
|
echo " with Ogg Vorbis encoder .....enabled"
|
||||||
|
else
|
||||||
|
echo " with Ogg Vorbis encoder .....disabled"
|
||||||
|
fi
|
||||||
else
|
else
|
||||||
echo " Shout mp3 streaming support ...disabled"
|
echo " SHOUTcast support .............disabled"
|
||||||
fi
|
fi
|
||||||
|
|
||||||
echo ""
|
echo ""
|
||||||
@ -1447,12 +1453,6 @@ fi
|
|||||||
echo ""
|
echo ""
|
||||||
echo " Streaming support:"
|
echo " Streaming support:"
|
||||||
|
|
||||||
if test x$enable_lame = xyes; then
|
|
||||||
echo " lame support (mp3 output) .....enabled"
|
|
||||||
else
|
|
||||||
echo " lame support (mp3 output) .....disabled"
|
|
||||||
fi
|
|
||||||
|
|
||||||
if test x$enable_lastfm = xyes; then
|
if test x$enable_lastfm = xyes; then
|
||||||
echo " last.fm radio support .........enabled"
|
echo " last.fm radio support .........enabled"
|
||||||
else
|
else
|
||||||
|
Loading…
Reference in New Issue
Block a user