From d8ffb2055f0e0fcb5d025bab72eb19c2a886c125 Mon Sep 17 00:00:00 2001 From: wm4 Date: Tue, 26 May 2015 19:25:41 +0200 Subject: lavf: split tls.c MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Move the OpenSSL and GnuTLS implementations to their own files. Other than the connection code (including options) and some boilerplate, no code is actually shared. Signed-off-by: Martin Storsjö --- libavformat/rtspdec.c | 1 + 1 file changed, 1 insertion(+) (limited to 'libavformat/rtspdec.c') diff --git a/libavformat/rtspdec.c b/libavformat/rtspdec.c index 4b4ae9c794..6c92c6946e 100644 --- a/libavformat/rtspdec.c +++ b/libavformat/rtspdec.c @@ -32,6 +32,7 @@ #include "rtpproto.h" #include "rtsp.h" #include "rdt.h" +#include "tls.h" #include "url.h" static const struct RTSPStatusMessage { -- cgit v1.2.3