diff options
author | Martin Storsjö <martin@martin.st> | 2013-01-15 14:21:48 +0200 |
---|---|---|
committer | Martin Storsjö <martin@martin.st> | 2013-01-15 23:18:08 +0200 |
commit | 0eecafc948b74c247ebbc59f18f508db5d590d0b (patch) | |
tree | 412339dd10600e74360a03063e590745ad66a99a | |
parent | c2603aa25b75318df94d400eb60557123fa42a75 (diff) | |
download | ffmpeg-streaming-0eecafc948b74c247ebbc59f18f508db5d590d0b.zip ffmpeg-streaming-0eecafc948b74c247ebbc59f18f508db5d590d0b.tar.gz |
configure: Make the new srtp protocol depend on the rtp protocol
Signed-off-by: Martin Storsjö <martin@martin.st>
-rwxr-xr-x | configure | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -1750,6 +1750,7 @@ rtmpts_protocol_select="ffrtmphttp_protocol https_protocol" rtp_protocol_select="udp_protocol" sctp_protocol_deps="struct_sctp_event_subscribe" sctp_protocol_select="network" +srtp_protocol_select="rtp_protocol" tcp_protocol_select="network" tls_protocol_deps_any="openssl gnutls" tls_protocol_select="tcp_protocol" |