From 279a0c976e3cb99f1ac9af0368c6da0000229b54 Mon Sep 17 00:00:00 2001 From: Peter Ross Date: Tue, 9 Mar 2010 12:09:55 +0000 Subject: [PATCH] Enable tcp_protocol when enabling http Originally committed as revision 22388 to svn://svn.ffmpeg.org/ffmpeg/trunk --- configure | 1 + 1 file changed, 1 insertion(+) 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"