From eb9244f20210fd420fb9b3c98126f9cae525d1cc Mon Sep 17 00:00:00 2001 From: Marvin Scholz Date: Mon, 28 Jul 2014 11:55:38 +0200 Subject: Add Icecast protocol MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Icecast is basically a convenience wrapper around the HTTP protocol. Signed-off-by: Martin Storsjö --- configure | 1 + 1 file changed, 1 insertion(+) (limited to 'configure') diff --git a/configure b/configure index 03742f0..b9242e2 100755 --- a/configure +++ b/configure @@ -2098,6 +2098,7 @@ gopher_protocol_select="network" http_protocol_select="tcp_protocol" httpproxy_protocol_select="tcp_protocol" https_protocol_select="tls_protocol" +icecast_protocol_select="http_protocol" librtmp_protocol_deps="librtmp" librtmpe_protocol_deps="librtmp" librtmps_protocol_deps="librtmp" -- cgit v1.1