summaryrefslogtreecommitdiff
path: root/configure
diff options
context:
space:
mode:
authorePirat <epirat07@gmail.com>2014-07-28 10:36:19 +0200
committerMichael Niedermayer <michaelni@gmx.at>2014-08-04 13:33:44 +0200
commite3dc2c86fc4178b100484c54f12c88705cdf6724 (patch)
treed986862f83f211d0c047b6c17f08faaf5e969906 /configure
parent7d03732f7e6018c87cc30e2cedb9bd9f7d7e43d7 (diff)
libavformat: Add Icecast protocol
Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
Diffstat (limited to 'configure')
-rwxr-xr-xconfigure1
1 files changed, 1 insertions, 0 deletions
diff --git a/configure b/configure
index 9c3af50569..78a22f8805 100755
--- a/configure
+++ b/configure
@@ -2484,6 +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"
librtmp_protocol_deps="librtmp"
librtmpe_protocol_deps="librtmp"
librtmps_protocol_deps="librtmp"