On Tue, Mar 15, 2016 at 8:33 PM, Reimar Döffinger <reimar.doeffin...@gmx.de> wrote: > On Tue, Mar 15, 2016 at 07:32:35PM +0000, Derek Buitenhuis wrote: >> On 3/15/2016 7:26 PM, Reimar Döffinger wrote: >> > I see this: >> > libavformat/tls_schannel.c:#include <security.h> >> > libavformat/tls_securetransport.c:#include <Security/Security.h> >> > >> > Are those different headers? >> >> Consider that one is for OS X native TLS, and one is for >> Windows native TLS. > > I only did a grep and it wasn't exactly clear from that :) > But in that case we should go with the patch, > configure testing something else than the file uses > is a bug, even if it's only the case of the > header name that differs.
Actually the library file is spelled Secur32.lib in the Windows SDK, and apparently all lower-case in mingw, but since Windows itself doesn't care, its fine with me to change this. - Hendrik _______________________________________________ ffmpeg-devel mailing list ffmpeg-devel@ffmpeg.org http://ffmpeg.org/mailman/listinfo/ffmpeg-devel