summaryrefslogtreecommitdiff
path: root/libavformat/rtspdec.c
diff options
context:
space:
mode:
authorwm4 <nfxjfg@googlemail.com>2015-05-27 12:57:50 +0200
committerMichael Niedermayer <michaelni@gmx.at>2015-05-27 21:48:47 +0200
commit4a006b9eb7e7d736fd00e6045b5612978ef6404b (patch)
tree1f2f4e523c4c8c89ee7d9299c297a9bd43ec7b92 /libavformat/rtspdec.c
parent07fc47909f6f3a8faa92c2715e07bba6d833074c (diff)
lavf: split tls.c
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: Michael Niedermayer <michaelni@gmx.at>
Diffstat (limited to 'libavformat/rtspdec.c')
-rw-r--r--libavformat/rtspdec.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/libavformat/rtspdec.c b/libavformat/rtspdec.c
index 6b98861a21..3c0010e04d 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 {