[FFmpeg-cvslog] avformat: add windows.h to SChannel SSP TLS code

Kevin Mitchell git at videolan.org
Tue Feb 2 16:27:10 CET 2016


ffmpeg | branch: master | Kevin Mitchell <kevmitch at 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>
 



More information about the ffmpeg-cvslog mailing list