From 3609de8685cfdfbf2d01fb8bbff02a78d9c07d06 Mon Sep 17 00:00:00 2001 From: Max Kellermann Date: Sun, 26 Oct 2008 19:32:43 +0100 Subject: 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. --- INSTALL | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'INSTALL') 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 -------- -- cgit v1.2.3