From 558d192d23bf76a476c0d84d212611e529c64529 Mon Sep 17 00:00:00 2001 From: Martin Storsjö Date: Sun, 6 Feb 2011 00:19:49 +0200 Subject: avformat: Add the tls protocol, using OpenSSL or gnutls MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Note, this protocol doesn't yet check verify the server certificate against a local database of trusted CA root certificates. Signed-off-by: Martin Storsjö --- libavformat/Makefile | 1 + 1 file changed, 1 insertion(+) (limited to 'libavformat/Makefile') diff --git a/libavformat/Makefile b/libavformat/Makefile index e9bcd28a93..5da01aa60b 100644 --- a/libavformat/Makefile +++ b/libavformat/Makefile @@ -334,6 +334,7 @@ OBJS-$(CONFIG_RTMP_PROTOCOL) += $(RTMP-OBJS-yes) OBJS-$(CONFIG_RTP_PROTOCOL) += rtpproto.o OBJS-$(CONFIG_TCP_PROTOCOL) += tcp.o +OBJS-$(CONFIG_TLS_PROTOCOL) += tls.o OBJS-$(CONFIG_UDP_PROTOCOL) += udp.o EXAMPLES = metadata output -- cgit v1.2.3