aboutsummaryrefslogtreecommitdiff
path: root/INSTALL
diff options
context:
space:
mode:
authorMax Kellermann <max@duempel.org>2008-10-26 19:32:43 +0100
committerMax Kellermann <max@duempel.org>2008-10-26 19:32:43 +0100
commit3609de8685cfdfbf2d01fb8bbff02a78d9c07d06 (patch)
treee5573fbdbb7a392abbb163a73318874ed615e03c /INSTALL
parent6b09e4daefec2db743e4a0a9d7ff4ad86004d036 (diff)
http: use libcurl
MPD's HTTP client code has always been broken, no matter how effort was put into fixing it. Replace it with libcurl, which is known to be quite stable. This adds a fat library dependency, but only for people who need streaming.
Diffstat (limited to 'INSTALL')
-rw-r--r--INSTALL4
1 files changed, 4 insertions, 0 deletions
diff --git a/INSTALL b/INSTALL
index e0bc9e55..403f8d34 100644
--- a/INSTALL
+++ b/INSTALL
@@ -70,6 +70,10 @@ For Zeroconf support.
libsamplerate - http://www.mega-nerd.com/SRC/
For advanced samplerate conversions.
+libcurl - http://curl.haxx.se/
+For playing HTTP streams.
+
+
Download
--------