Commit cbf29889 authored by Måns Rullgård's avatar Måns Rullgård

RTMP needs tcp_protocol

Originally committed as revision 19557 to svn://svn.ffmpeg.org/ffmpeg/trunk
parent 9fd6b843
......@@ -1216,6 +1216,7 @@ x11_grab_device_indev_extralibs="-lX11 -lXext"
# protocols
gopher_protocol_deps="network"
http_protocol_deps="network"
rtmp_protocol_deps="tcp_protocol"
rtp_protocol_deps="udp_protocol"
tcp_protocol_deps="network"
udp_protocol_deps="network"
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment