summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPeter Ross <pross@xvid.org>2010-03-09 12:09:55 +0000
committerPeter Ross <pross@xvid.org>2010-03-09 12:09:55 +0000
commit279a0c976e3cb99f1ac9af0368c6da0000229b54 (patch)
treeb1d1a070bf5c3595681041ce68a13678d036f32c
parent5889172087ebda6a7d456b2e9b54cf40554c7a28 (diff)
Enable tcp_protocol when enabling http
Originally committed as revision 22388 to svn://svn.ffmpeg.org/ffmpeg/trunk
-rwxr-xr-xconfigure1
1 files changed, 1 insertions, 0 deletions
diff --git a/configure b/configure
index 02e594c6db..a923d74705 100755
--- a/configure
+++ b/configure
@@ -1394,6 +1394,7 @@ x11_grab_device_indev_extralibs="-lX11 -lXext -lXfixes"
# protocols
gopher_protocol_deps="network"
http_protocol_deps="network"
+http_protocol_select="tcp_protocol"
rtmp_protocol_deps="tcp_protocol"
rtp_protocol_deps="udp_protocol"
tcp_protocol_deps="network"