diff options
author | Avuton Olrich <avuton@gmail.com> | 2009-02-28 08:09:43 -0800 |
---|---|---|
committer | Avuton Olrich <avuton@gmail.com> | 2009-02-28 08:09:43 -0800 |
commit | 731cc8cf08f62fb13b7171c367cf5d56471af38c (patch) | |
tree | 8e26f79ca1443061a927077b4bc0cdc4f8b29cb3 /configure.ac | |
parent | d1d4c3245c4215586bc0075d33e340b7c54cf964 (diff) | |
download | mpd-731cc8cf08f62fb13b7171c367cf5d56471af38c.tar.gz mpd-731cc8cf08f62fb13b7171c367cf5d56471af38c.tar.xz mpd-731cc8cf08f62fb13b7171c367cf5d56471af38c.zip |
configure: move id3 and lame to 'Other Features'
Diffstat (limited to 'configure.ac')
-rw-r--r-- | configure.ac | 24 |
1 files changed, 12 insertions, 12 deletions
diff --git a/configure.ac b/configure.ac index d72a92b1b..1f9f83816 100644 --- a/configure.ac +++ b/configure.ac @@ -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 |