]> git.sesse.net Git - ffmpeg/commit
lavf: split tls.c
authorwm4 <nfxjfg@googlemail.com>
Tue, 26 May 2015 17:25:41 +0000 (19:25 +0200)
committerMartin Storsjö <martin@martin.st>
Tue, 26 May 2015 18:48:32 +0000 (21:48 +0300)
commitd8ffb2055f0e0fcb5d025bab72eb19c2a886c125
tree9769a4538d60f880e6d55af599e18da77904a534
parentcf1f3d837e1266034a487de5b575bd76426c6b10
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: Martin Storsjö <martin@martin.st>
configure
libavformat/Makefile
libavformat/allformats.c
libavformat/rtspdec.c
libavformat/tls.c
libavformat/tls.h [new file with mode: 0644]
libavformat/tls_gnutls.c [new file with mode: 0644]
libavformat/tls_openssl.c [new file with mode: 0644]