From b4cf3f6c6227fd962a4545bbf40a3a87e48fbd49 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?M=C3=A5ns=20Rullg=C3=A5rd?= Date: Tue, 25 May 2010 13:02:44 +0000 Subject: [PATCH] mmst_protocol depends on network Originally committed as revision 23310 to svn://svn.ffmpeg.org/ffmpeg/trunk --- configure | 1 + 1 file changed, 1 insertion(+) diff --git a/configure b/configure index 41ec375146..4713d752b9 100755 --- a/configure +++ b/configure @@ -1410,6 +1410,7 @@ x11_grab_device_indev_extralibs="-lX11 -lXext -lXfixes" gopher_protocol_deps="network" http_protocol_deps="network" http_protocol_select="tcp_protocol" +mmst_protocol_deps="network" rtmp_protocol_select="tcp_protocol" rtp_protocol_select="udp_protocol" tcp_protocol_deps="network"