summaryrefslogtreecommitdiff
path: root/configure
diff options
context:
space:
mode:
authorMichael Niedermayer <michaelni@gmx.at>2014-08-04 14:13:45 +0200
committerMichael Niedermayer <michaelni@gmx.at>2014-08-04 14:14:13 +0200
commit491c52d3b077dc1f298322a719059398a5f76af8 (patch)
treefd1c32bfdcc217e39a7a31aa5b07ffee3491cff7 /configure
parente3dc2c86fc4178b100484c54f12c88705cdf6724 (diff)
parenteb9244f20210fd420fb9b3c98126f9cae525d1cc (diff)
Merge commit 'eb9244f20210fd420fb9b3c98126f9cae525d1cc'
* commit 'eb9244f20210fd420fb9b3c98126f9cae525d1cc': Add Icecast protocol Conflicts: Changelog configure doc/protocols.texi libavformat/icecast.c libavformat/version.h See: e3dc2c86fc4178b100484c54f12c88705cdf6724 Merged-by: Michael Niedermayer <michaelni@gmx.at>
Diffstat (limited to 'configure')
-rwxr-xr-xconfigure2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure b/configure
index 78a22f8805..6194b83533 100755
--- a/configure
+++ b/configure
@@ -2484,7 +2484,7 @@ gopher_protocol_select="network"
http_protocol_select="tcp_protocol"
httpproxy_protocol_select="tcp_protocol"
https_protocol_select="tls_protocol"
-icecast_protocol_select="http"
+icecast_protocol_select="http_protocol"
librtmp_protocol_deps="librtmp"
librtmpe_protocol_deps="librtmp"
librtmps_protocol_deps="librtmp"