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 +-
>
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