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.
This commit is contained in:
Max Kellermann
2008-10-26 19:32:43 +01:00
parent 6b09e4daef
commit 3609de8685
9 changed files with 547 additions and 1171 deletions

View File

@@ -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
--------