[FFmpeg-cvslog] configure: Make the new srtp protocol depend on the rtp protocol
Martin Storsjö
git at videolan.org
Wed Jan 16 12:12:30 CET 2013
ffmpeg | branch: master | Martin Storsjö <martin at martin.st> | Tue Jan 15 14:21:48 2013 +0200| [0eecafc948b74c247ebbc59f18f508db5d590d0b] | committer: Martin Storsjö
configure: Make the new srtp protocol depend on the rtp protocol
Signed-off-by: Martin Storsjö <martin at martin.st>
> http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=0eecafc948b74c247ebbc59f18f508db5d590d0b
---
configure | 1 +
1 file changed, 1 insertion(+)
diff --git a/configure b/configure
index 375865e..879c36d 100755
--- a/configure
+++ b/configure
@@ -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"
More information about the ffmpeg-cvslog
mailing list