Re: [FFmpeg-devel] [PATCH 1/2] lavf/tls: Support Secure Transport

2015-05-20 Thread Carl Eugen Hoyos
Rodger Combs gmail.com> writes: > +// We use a private API call here; it's good enough for WebKit. > +SecIdentityRef SecIdentityCreate Please test in configure if it is available. Carl Eugen ___ ffmpeg-devel mailing list ffmpeg-devel@ffmpeg.org http:

[FFmpeg-devel] [PATCH 1/2] lavf/tls: Support Secure Transport

2015-05-20 Thread Rodger Combs
--- configure | 10 +- libavformat/tls.c | 307 ++ 2 files changed, 316 insertions(+), 1 deletion(-) diff --git a/configure b/configure index a02fe4a..fed69ec 100755 --- a/configure +++ b/configure @@ -274,6 +274,8 @@ External library s

Re: [FFmpeg-devel] [PATCH 1/2] lavf/tls: Support Secure Transport

2015-05-20 Thread Chris Ballinger
Tested the latest version of your patch and now the configure autodetection works properly. I tested it on a few https streams and it works great, thank you! On Wed, May 20, 2015 at 2:29 PM, Rodger Combs wrote: > --- > configure | 10 +- > libavformat/tls.c | 307 >

[FFmpeg-devel] [PATCH 1/2] lavf/tls: Support Secure Transport

2015-05-20 Thread Rodger Combs
--- configure | 10 +- libavformat/tls.c | 307 ++ 2 files changed, 316 insertions(+), 1 deletion(-) diff --git a/configure b/configure index a02fe4a..d4429f1 100755 --- a/configure +++ b/configure @@ -274,6 +274,8 @@ External library s

[FFmpeg-devel] [PATCH 1/2] lavf/tls: Support Secure Transport

2015-05-20 Thread Rodger Combs
--- configure | 10 +- libavformat/tls.c | 307 ++ 2 files changed, 316 insertions(+), 1 deletion(-) diff --git a/configure b/configure index a02fe4a..35ed82b 100755 --- a/configure +++ b/configure @@ -274,6 +274,8 @@ External library s