Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
M
mpd
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Registry
Registry
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Иван Мажукин
mpd
Commits
a31f3c89
Commit
a31f3c89
authored
Feb 28, 2009
by
Avuton Olrich
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
configure: move the configure status stuff in alphabetical order.
parent
374e0909
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
105 additions
and
105 deletions
+105
-105
configure.ac
configure.ac
+105
-105
No files found.
configure.ac
View file @
a31f3c89
...
...
@@ -1177,18 +1177,18 @@ echo "########### MPD CONFIGURATION ############"
echo ""
echo " Client Support:"
if test x$enable_tcp = xyes; then
echo " TCP support ...................enabled"
else
echo " TCP support ...................disabled"
fi
if test x$enable_ipv6 = xyes; then
echo " IPv6 support ..................enabled"
else
echo " IPv6 support ..................disabled"
fi
if test x$enable_tcp = xyes; then
echo " TCP support ...................enabled"
else
echo " TCP support ...................disabled"
fi
if test x$enable_un = xyes; then
echo " Unix domain socket support ....enabled"
else
...
...
@@ -1204,30 +1204,36 @@ if
fi
echo " Playback Support:"
if test x$enable_ao = xyes; then
echo " libao support .................enabled"
else
echo " libao support .................disabled"
fi
if test x$enable_oss = xyes; then
echo " OSS support ...................enabled"
else
echo " OSS support ...................disabled"
fi
if test x$enable_alsa = xyes; then
echo " ALSA support ..................enabled"
else
echo " ALSA support ..................disabled"
fi
if test x$enable_fifo = xyes; then
echo " FIFO support ..................enabled"
else
echo " FIFO support ..................disabled"
fi
if test x$enable_jack = xyes; then
echo " JACK support ..................enabled"
else
echo " JACK support ..................disabled"
fi
if test x$enable_ao = xyes; then
echo " libao support .................enabled"
else
echo " libao support .................disabled"
fi
if test x$enable_oss = xyes; then
echo " OSS support ...................enabled"
else
echo " OSS support ...................disabled"
fi
if test x$enable_osx = xyes; then
echo " OS X support ..................enabled"
else
...
...
@@ -1246,12 +1252,6 @@ else
echo " PulseAudio support ............disabled"
fi
if test x$enable_fifo = xyes; then
echo " FIFO support ..................enabled"
else
echo " FIFO support ..................disabled"
fi
if test x$enable_mvp = xyes; then
echo " Media MVP support .............enabled"
else
...
...
@@ -1287,33 +1287,22 @@ fi
echo " File Format Support:"
if test x$enable_id3 = xyes; then
echo " ID3 tag support ...............enabled"
else
echo " ID3 tag support ...............disabled"
fi
if test x$enable_mp3 = xyes; then
echo " mp3 support ...................enabled"
if test x$enable_aac = xyes; then
echo " AAC support ...................enabled"
else
echo "
mp3
support ...................disabled"
echo "
AAC
support ...................disabled"
fi
if test x$enable_
lame
= xyes; then
echo " lame support ...
...............enabled"
if test x$enable_
sidplay
= xyes; then
echo " C64 SID support
...............enabled"
else
echo " lame support ...
...............disabled"
echo " C64 SID support
...............disabled"
fi
if test x$enable_oggvorbis = xyes; then
echo " Ogg Vorbis support ............enabled"
if test x$use_tremor = xyes; then
echo " using tremor.................yes"
else
echo " using tremor.................no"
fi
if test x$enable_ffmpeg = xyes; then
echo " FFMPEG support ................enabled"
else
echo "
Ogg Vorbis support
............disabled"
echo "
FFMPEG support ....
............disabled"
fi
if test x$enable_flac = xyes; then
...
...
@@ -1322,28 +1311,40 @@ else
echo " FLAC support ..................disabled"
fi
case $enable_oggflac in
yes)
echo " OggFLAC support ...............enabled"
;;
flac)
echo " OggFLAC support ...............enabled(FLAC 1.1.3)"
;;
*)
echo " OggFLAC support ...............disabled"
;;
esac
if test x$enable_fluidsynth = xyes; then
echo " fluidsynth MIDI support .......enabled"
else
echo " fluidsynth MIDI support .......disabled"
fi
if test x$enable_
audiofile
= xyes; then
echo "
Wave file support
.............enabled"
if test x$enable_
id3
= xyes; then
echo "
ID3 tag support ..
.............enabled"
else
echo "
Wave file support
.............disabled"
echo "
ID3 tag support ..
.............disabled"
fi
if test x$enable_
aac
= xyes; then
echo "
AAC support .
..................enabled"
if test x$enable_
lame
= xyes; then
echo "
lame support
..................enabled"
else
echo " AAC support ...................disabled"
echo " lame support ..................disabled"
fi
if test x$enable_mod = xyes; then
echo " MOD support ...................enabled"
else
echo " MOD support ...................disabled"
fi
if test x$enable_modplug = xyes; then
echo " MODPLUG support ...............enabled"
else
echo " MODPLUG support ...............disabled"
fi
if test x$enable_mp3 = xyes; then
echo " mp3 support ...................enabled"
else
echo " mp3 support ...................disabled"
fi
if test x$enable_mp4 = xyes; then
...
...
@@ -1358,34 +1359,39 @@ else
echo " Musepack (MPC) support ........disabled"
fi
if test x$enable_wavpack = xyes; the
n
echo " WavPack support ...............enabled"
else
echo " WavPack support ...............disabled"
f
i
if test x$enable_mod = xyes; then
echo " MOD support ...................enabled"
else
echo " MOD support ...................disabled"
fi
case $enable_oggflac i
n
yes)
echo " OggFLAC support ...............enabled"
;;
f
lac)
echo " OggFLAC support ...............enabled(FLAC 1.1.3)"
;;
*)
echo " OggFLAC support ...............disabled"
;;
esac
if test x$enable_modplug = xyes; then
echo " MODPLUG support ...............enabled"
if test x$enable_oggvorbis = xyes; then
echo " Ogg Vorbis support ............enabled"
if test x$use_tremor = xyes; then
echo " using tremor.................yes"
else
echo " using tremor.................no"
fi
else
echo "
MODPLUG support ...
............disabled"
echo "
Ogg Vorbis support
............disabled"
fi
if test x$enable_
sidplay
= xyes; then
echo "
C64 SID support ..
.............enabled"
if test x$enable_
audiofile
= xyes; then
echo "
Wave file support
.............enabled"
else
echo "
C64 SID support ..
.............disabled"
echo "
Wave file support
.............disabled"
fi
if test x$enable_
fluidsynth
= xyes; then
echo "
fluidsynth MIDI support
.......enabled"
if test x$enable_
wavpack
= xyes; then
echo "
WavPack support ........
.......enabled"
else
echo "
fluidsynth MIDI support
.......disabled"
echo "
WavPack support ........
.......disabled"
fi
if test x$enable_wildmidi = xyes; then
...
...
@@ -1394,11 +1400,7 @@ else
echo " wildmidi MIDI support .........disabled"
fi
if test x$enable_ffmpeg = xyes; then
echo " FFMPEG support ................enabled"
else
echo " FFMPEG support ................disabled"
fi
if
test x$enable_mp3 = xno &&
...
...
@@ -1427,34 +1429,20 @@ else
echo " BZ2 archives support ..........disabled"
fi
if test x$enable_zip = xyes; then
echo " ZIP archives support ..........enabled"
else
echo " ZIP archives support ..........disabled"
fi
if test x$enable_iso = xyes; then
echo " ISO 9660 archives support .....enabled"
else
echo " ISO 9660 archives support .....disabled"
fi
echo ""
echo " Other features:"
if test x$enable_lsr = xyes; then
echo " libsamplerate support .........enabled"
else
echo " libsamplerate support .........disabled"
fi
if test x$with_zeroconf != xno; then
echo " Zeroconf support ..............$with_zeroconf"
if test x$enable_zip = xyes; then
echo " ZIP archives support ..........enabled"
else
echo " Z
eroconf support ....
..........disabled"
echo " Z
IP archives support
..........disabled"
fi
echo ""
echo " Other features:"
if test x$enable_curl != xno; then
echo " HTTP streaming (libcurl) ......enabled"
...
...
@@ -1462,12 +1450,24 @@ else
echo " HTTP streaming (libcurl) ......disabled"
fi
if test x$enable_lsr = xyes; then
echo " libsamplerate support .........enabled"
else
echo " libsamplerate support .........disabled"
fi
if test x$enable_mms != xno; then
echo " MMS streaming (libmms) ........enabled"
else
echo " MMS streaming (libmms) ........disabled"
fi
if test x$with_zeroconf != xno; then
echo " Zeroconf support ..............$with_zeroconf"
else
echo " Zeroconf support ..............disabled"
fi
echo ""
echo "##########################################"
echo ""
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment