On Wed, May 27, 2015 at 12:57:50PM +0200, wm4 wrote: > 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. > --- > The to-be-applied Libav patch rebased to FFmpeg, including > FFmpeg-specific changes. > --- > configure | 4 +- > libavformat/Makefile | 3 +- > libavformat/allformats.c | 3 +- > libavformat/rtspdec.c | 1 + > libavformat/tls.c | 388 > ++-------------------------------------------- > libavformat/tls.h | 55 +++++++ > libavformat/tls_gnutls.c | 233 ++++++++++++++++++++++++++++ > libavformat/tls_openssl.c | 236 ++++++++++++++++++++++++++++ > 8 files changed, 548 insertions(+), 375 deletions(-) > create mode 100644 libavformat/tls.h > create mode 100644 libavformat/tls_gnutls.c > create mode 100644 libavformat/tls_openssl.c
applied thanks alot [...] -- Michael GnuPG fingerprint: 9FF2128B147EF6730BADF133611EC787040B0FAB When you are offended at any man's fault, turn to yourself and study your own failings. Then you will forget your anger. -- Epictetus
signature.asc
Description: Digital signature
_______________________________________________ ffmpeg-devel mailing list ffmpeg-devel@ffmpeg.org http://ffmpeg.org/mailman/listinfo/ffmpeg-devel