On Thu, May 28, 2015 at 02:46:16PM -0500, Rodger Combs wrote:
> ---
> configure | 14 +-
> libavformat/Makefile | 1 +
> libavformat/allformats.c | 1 +
> libavformat/avio.c| 4 +-
> libavformat/tls.h | 2 +-
>
---
configure | 14 +-
libavformat/Makefile | 1 +
libavformat/allformats.c | 1 +
libavformat/avio.c| 4 +-
libavformat/tls.h | 2 +-
libavformat/tls_securetransport.c | 393
From: Rodger Combs
Signed-off-by: wm4
---
rcombs' patch, ported to the recent TLS changes.
---
configure | 15 +-
libavformat/Makefile | 1 +
libavformat/allformats.c | 1 +
libavformat/tls.h | 2 +-
libavformat/tls_securetran
Rodger Combs gmail.com> writes:
> +enabled securetransport && require2 "Secure Transport"
I believe this should be "disabled securetransport ||"
Carl Eugen
___
ffmpeg-devel mailing list
ffmpeg-devel@ffmpeg.org
http://ffmpeg.org/mailman/listinfo/ffmp
On Sat, 2 May 2015 04:11:22 -0500
Rodger Combs wrote:
> ---
> configure | 7 +-
> libavformat/tls.c | 302
> ++
> 2 files changed, 308 insertions(+), 1 deletion(-)
>
Plus points if you move the implementation to a separate file. T
---
configure | 7 +-
libavformat/tls.c | 302 ++
2 files changed, 308 insertions(+), 1 deletion(-)
diff --git a/configure b/configure
index 88e0d97..1ef2908 100755
--- a/configure
+++ b/configure
@@ -274,6 +274,8 @@ External library s