diff options
author | Martin Storsjö <martin@martin.st> | 2012-12-12 00:22:48 +0200 |
---|---|---|
committer | Martin Storsjö <martin@martin.st> | 2013-01-15 11:55:10 +0200 |
commit | 2f3bada63e57345329c4f9b48e9b81b5cfc03d05 (patch) | |
tree | 0fca9f3fa78273b26df15fa5bdbbc8e9bdcd14d1 /libavformat/Makefile | |
parent | 424da308302bef604844d3110a39f2f03bf5358e (diff) | |
download | ffmpeg-2f3bada63e57345329c4f9b48e9b81b5cfc03d05.tar.gz |
lavf: Add a protocol for SRTP encryption/decryption
This is mostly useful for encryption together with the RTP muxer,
but could also be set up as IO towards the peer with the SDP
demuxer with custom IO.
Signed-off-by: Martin Storsjö <martin@martin.st>
Diffstat (limited to 'libavformat/Makefile')
-rw-r--r-- | libavformat/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/libavformat/Makefile b/libavformat/Makefile index 7c0b926407..1f008a9255 100644 --- a/libavformat/Makefile +++ b/libavformat/Makefile @@ -367,6 +367,7 @@ OBJS-$(CONFIG_RTMPTE_PROTOCOL) += rtmpproto.o rtmppkt.o OBJS-$(CONFIG_RTMPTS_PROTOCOL) += rtmpproto.o rtmppkt.o OBJS-$(CONFIG_RTP_PROTOCOL) += rtpproto.o OBJS-$(CONFIG_SCTP_PROTOCOL) += sctp.o +OBJS-$(CONFIG_SRTP_PROTOCOL) += srtpproto.o srtp.o OBJS-$(CONFIG_TCP_PROTOCOL) += tcp.o OBJS-$(CONFIG_TLS_PROTOCOL) += tls.o OBJS-$(CONFIG_UDP_PROTOCOL) += udp.o |