summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMartin Storsjö <martin@martin.st>2010-05-14 18:51:46 +0000
committerMartin Storsjö <martin@martin.st>2010-05-14 18:51:46 +0000
commitdeeb7012b9998dac57ea7ef25462ada43bef7c3d (patch)
tree299ca1bcf7b5c41603ff994c06086cdee0c03f10
parent759510e6af5199db237d6319c310724b82618ed2 (diff)
Change inter-protocol dependencies from _deps to _select
Originally committed as revision 23137 to svn://svn.ffmpeg.org/ffmpeg/trunk
-rwxr-xr-xconfigure4
1 files changed, 2 insertions, 2 deletions
diff --git a/configure b/configure
index 2bd55d2a25..f8a13165e7 100755
--- a/configure
+++ b/configure
@@ -1407,8 +1407,8 @@ x11_grab_device_indev_extralibs="-lX11 -lXext -lXfixes"
gopher_protocol_deps="network"
http_protocol_deps="network"
http_protocol_select="tcp_protocol"
-rtmp_protocol_deps="tcp_protocol"
-rtp_protocol_deps="udp_protocol"
+rtmp_protocol_select="tcp_protocol"
+rtp_protocol_select="udp_protocol"
tcp_protocol_deps="network"
udp_protocol_deps="network"