Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/FFmpeg/FFmpeg.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMåns Rullgård <mans@mansr.com>2010-05-25 17:02:44 +0400
committerMåns Rullgård <mans@mansr.com>2010-05-25 17:02:44 +0400
commitb4cf3f6c6227fd962a4545bbf40a3a87e48fbd49 (patch)
treecbc583e3d6b2e6022e1ffc397a88c004bb4db605
parent74c853b621645451484d557260f9f12fbb0075aa (diff)
mmst_protocol depends on network
Originally committed as revision 23310 to svn://svn.ffmpeg.org/ffmpeg/trunk
-rwxr-xr-xconfigure1
1 files changed, 1 insertions, 0 deletions
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"