ffmpeg | branch: master | Kevin Mitchell <kevmi...@gmail.com> | Tue Nov 24 19:25:12 2015 -0800| [5120b03d6987f0372f9c5d936298ce51797b1014] | committer: Hendrik Leppkes
avformat: add windows.h to SChannel SSP TLS code This fixes building on cygwin Fixes ticket #5036 > http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=5120b03d6987f0372f9c5d936298ce51797b1014 --- libavformat/tls_schannel.c | 1 + 1 file changed, 1 insertion(+) diff --git a/libavformat/tls_schannel.c b/libavformat/tls_schannel.c index c76f8a9..85c01a0 100644 --- a/libavformat/tls_schannel.c +++ b/libavformat/tls_schannel.c @@ -28,6 +28,7 @@ #include "tls.h" #define SECURITY_WIN32 +#include <windows.h> #include <security.h> #include <schnlsp.h> _______________________________________________ ffmpeg-cvslog mailing list ffmpeg-cvslog@ffmpeg.org http://ffmpeg.org/mailman/listinfo/ffmpeg-cvslog