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
cd522582
Commit
cd522582
authored
Mar 05, 2009
by
Avuton Olrich
Committed by
Max Kellermann
Mar 06, 2009
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
configure: Add 'Streaming Support' section to the configure display.
Add 'Streaming Support section to the configure display, clarify the text and unify with the rest of the display.
parent
6ab53cf6
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
22 additions
and
19 deletions
+22
-19
configure.ac
configure.ac
+22
-19
No files found.
configure.ac
View file @
cd522582
...
...
@@ -1445,42 +1445,45 @@ else
fi
echo ""
echo "
Other features
:"
echo "
Streaming support
:"
if test x$enable_
curl != xno
; then
echo " HTTP streaming (libcurl) .
.....enabled"
if test x$enable_
lame = xyes
; then
echo " lame support (mp3 output)
.....enabled"
else
echo " HTTP streaming (libcurl) .
.....disabled"
echo " lame support (mp3 output)
.....disabled"
fi
if test x$enable_
id3
= xyes; then
echo " ID3 tag support ......
.........enabled"
if test x$enable_
lastfm
= xyes; then
echo " last.fm radio support
.........enabled"
else
echo " ID3 tag support ......
.........disabled"
echo " last.fm radio support
.........disabled"
fi
if test x$enable_
lame = xyes
; then
echo " lame support ...............
...enabled"
if test x$enable_
curl != xno
; then
echo " libcurl support (streaming)
...enabled"
else
echo " lame support ...............
...disabled"
echo " libcurl support (streaming)
...disabled"
fi
if test x$enable_
lastfm = xyes
; then
echo " lastfm radio support
..........enabled"
if test x$enable_
mms != xno
; then
echo " libmms support ......
..........enabled"
else
echo " lastfm radio support
..........disabled"
echo " libmms support ......
..........disabled"
fi
if test x$enable_lsr = xyes; then
echo " libsamplerate support .........enabled"
echo ""
echo " Other features:"
if test x$enable_id3 = xyes; then
echo " ID3 tag support ...............enabled"
else
echo "
libsamplerate support
.........disabled"
echo "
ID3 tag support ......
.........disabled"
fi
if test x$enable_
mms != xno
; then
echo " MMS streaming (libmms)
........enabled"
if test x$enable_
lsr = xyes
; then
echo " libsamplerate support .
........enabled"
else
echo "
MMS streaming (libmms)
........disabled"
echo "
libsamplerate support .
........disabled"
fi
if test x$with_zeroconf != xno; then
...
...
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