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
e554b920
Commit
e554b920
authored
Mar 24, 2005
by
Warren Dukes
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
pretty up configure output a bit
git-svn-id:
https://svn.musicpd.org/mpd/trunk@3119
09075e82-0dd4-0310-85a5-a0d7c8717e4f
parent
99bf823d
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
35 additions
and
57 deletions
+35
-57
configure.ac
configure.ac
+35
-57
No files found.
configure.ac
View file @
e554b920
...
...
@@ -37,7 +37,7 @@ AC_ARG_ENABLE(iconv,[ --disable-iconv disable iconv support],,enable_iconv=
AC_ARG_ENABLE(ipv6,[ --disable-ipv6 disable IPv6 support],,enable_ipv6=yes)
AC_ARG_ENABLE(sun,[ --disable-sun disable sun support],,enable_sun=yes)
AC_ARG_ENABLE(oss,[ --disable-oss disable OSS support],,enable_oss=yes)
AC_ARG_ENABLE(alsa,[ --disable-alsa disable ALSA
Mixer
support],,enable_alsa=yes)
AC_ARG_ENABLE(alsa,[ --disable-alsa disable ALSA support],,enable_alsa=yes)
AC_ARG_ENABLE(ogg,[ --disable-ogg disable ogg support],,enable_ogg=yes)
AC_ARG_ENABLE(flac,[ --disable-flac disable flac support],,enable_flac=yes)
AC_ARG_ENABLE(mp3,[ --disable-mp3 disable mp3 support],,enable_mp3=yes)
...
...
@@ -534,63 +534,41 @@ echo ""
echo "########### MPD CONFIGURATION ############"
echo ""
echo "i18n Support:"
if test x$enable_iconv = xyes; then
echo "iconv support .................enabled"
else
echo "iconv support .................disabled"
fi
if test x$enable_locale = xyes; then
echo "locale support ................enabled"
else
echo "locale support ................disabled"
fi
if test x$am_cv_langinfo_codeset = xyes; then
echo "langinfo support ..............enabled"
else
echo "langinfo support ..............disabled"
fi
echo ""
echo "Audio Output Support:"
echo " Playback Support:"
if test x$enable_ao = xyes; then
echo "
Playing audio via libao
.......enabled"
echo "
libao support ..........
.......enabled"
else
echo "
Playing audio via libao
.......disabled"
echo "
libao support ..........
.......disabled"
fi
if test x$enable_oss = xyes; then
echo "
Playing audio via OSS
.........enabled"
echo "
OSS support ..........
.........enabled"
else
echo "
Playing audio via OSS
.........disabled"
echo "
OSS support ..........
.........disabled"
fi
if test x$enable_alsa = xyes; then
echo "
Playing audio via ALSA
........enabled"
echo "
ALSA support ..........
........enabled"
else
echo "
Playing audio via ALSA
........disabled"
echo "
ALSA support ..........
........disabled"
fi
if test x$enable_sun = xyes; then
echo "
Playing audio via SUN
.........enabled"
echo "
Sun support ...... ...
.........enabled"
else
echo "
Playing audio via SUN
.........disabled"
echo "
Sun support ...... ...
.........disabled"
fi
if test x$enable_osx = xyes; then
echo "
Playing audio on OS X
.........enabled"
echo "
OS X support .........
.........enabled"
else
echo "
Playing audio on OS X
.........disabled"
echo "
OS X support .........
.........disabled"
fi
if test x$enable_shout = xyes; then
echo "
Streaming through shou
t .......enabled"
echo "
Shout streaming suppor
t .......enabled"
else
echo "
Streaming through shou
t .......disabled"
echo "
Shout streaming suppor
t .......disabled"
fi
echo ""
...
...
@@ -604,64 +582,64 @@ if test x$enable_ao = xno &&
AC_MSG_ERROR("No Audio Output types configured!")
fi
echo "
Audio
Format Support:"
echo "
File
Format Support:"
if test x$enable_id3 = xyes; then
echo "ID3 tag support ...............enabled"
echo "
ID3 tag support ...............enabled"
if test x$use_mpd_id3tag = xyes; then
echo " using MPD's libid3tag........yes"
echo "
using MPD's libid3tag........yes"
else
echo " using MPD's libid3tag........no"
echo "
using MPD's libid3tag........no"
fi
else
echo "ID3 tag support ...............disabled"
echo "
ID3 tag support ...............disabled"
fi
if test x$enable_mp3 = xyes; then
echo "mp3 support ...................enabled"
echo "
mp3 support ...................enabled"
if test x$use_mpd_mad = xyes; then
echo " using MPD's libmad...........yes"
echo "
using MPD's libmad...........yes"
else
echo " using MPD's libmad...........no"
echo "
using MPD's libmad...........no"
fi
else
echo "mp3 support ...................disabled"
echo "
mp3 support ...................disabled"
fi
if test x$enable_ogg = xyes; then
echo "Ogg Vorbis support ............enabled"
echo "
Ogg Vorbis support ............enabled"
else
echo "Ogg Vorbis support ............disabled"
echo "
Ogg Vorbis support ............disabled"
fi
if test x$enable_flac = xyes; then
echo "FLAC support ..................enabled"
echo "
FLAC support ..................enabled"
else
echo "FLAC support ..................disabled"
echo "
FLAC support ..................disabled"
fi
if test x$enable_audiofile = xyes; then
echo "Wave file support .............enabled"
echo "
Wave file support .............enabled"
else
echo "Wave file support .............disabled"
echo "
Wave file support .............disabled"
fi
if test x$enable_aac = xyes; then
echo "MP4/AAC support ...............enabled"
echo "
MP4/AAC support ...............enabled"
else
echo "MP4/AAC support ...............disabled"
echo "
MP4/AAC support ...............disabled"
fi
if test x$enable_mpc = xyes; then
echo "
m
usepack (MPC) support ........enabled"
echo "
M
usepack (MPC) support ........enabled"
else
echo "
m
usepack (MPC) support ........disabled"
echo "
M
usepack (MPC) support ........disabled"
fi
if test x$enable_mod = xyes; then
echo "MOD support ...................enabled"
echo "
MOD support ...................enabled"
else
echo "MOD support ...................disabled"
echo "
MOD support ...................disabled"
fi
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