diff options
author | wm4 <nfxjfg@googlemail.com> | 2015-05-27 12:57:50 +0200 |
---|---|---|
committer | Michael Niedermayer <michaelni@gmx.at> | 2015-05-27 21:48:47 +0200 |
commit | 4a006b9eb7e7d736fd00e6045b5612978ef6404b (patch) | |
tree | 1f2f4e523c4c8c89ee7d9299c297a9bd43ec7b92 /libavformat/rtspdec.c | |
parent | 07fc47909f6f3a8faa92c2715e07bba6d833074c (diff) | |
download | ffmpeg-4a006b9eb7e7d736fd00e6045b5612978ef6404b.tar.gz |
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.c | 1 |
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 { |