Re: [FFmpeg-devel] Fix SChannel compilation on cygwin

2015-12-07 Thread Timo Rothenpieler
> Patch from https://trac.ffmpeg.org/ticket/5036 is attached


Forgot to mention, this indeed does fix compilation for me on cygwin.



signature.asc
Description: OpenPGP digital signature
___
ffmpeg-devel mailing list
ffmpeg-devel@ffmpeg.org
http://ffmpeg.org/mailman/listinfo/ffmpeg-devel


[FFmpeg-devel] Fix SChannel compilation on cygwin

2015-12-06 Thread Timo Rothenpieler
Patch from https://trac.ffmpeg.org/ticket/5036 is attached
From d5d18f91514b6c31f903b04a1c44b0e2de2ffd1a Mon Sep 17 00:00:00 2001
From: Kevin Mitchell 
Date: Tue, 24 Nov 2015 19:25:12 -0800
Subject: [PATCH] avformat: add windows.h to SChannel SSP TLS code

This fixes building on cygwin
---
 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 
 #include 
 #include 
 
-- 
2.6.2



signature.asc
Description: OpenPGP digital signature
___
ffmpeg-devel mailing list
ffmpeg-devel@ffmpeg.org
http://ffmpeg.org/mailman/listinfo/ffmpeg-devel


Re: [FFmpeg-devel] Fix SChannel compilation on cygwin

2015-12-06 Thread Michael Niedermayer
On Sun, Dec 06, 2015 at 07:38:21PM +0100, Timo Rothenpieler wrote:
> Patch from https://trac.ffmpeg.org/ticket/5036 is attached

>  tls_schannel.c |1 +
>  1 file changed, 1 insertion(+)
> f2fb9e0792fa907f3d925a2be23c5a36f747f9ad  
> 0001-avformat-add-windows.h-to-SChannel-SSP-TLS-code.patch
> From d5d18f91514b6c31f903b04a1c44b0e2de2ffd1a Mon Sep 17 00:00:00 2001
> From: Kevin Mitchell 
> Date: Tue, 24 Nov 2015 19:25:12 -0800
> Subject: [PATCH] avformat: add windows.h to SChannel SSP TLS code
> 
> This fixes building on cygwin

iam not a window devel but this sounds correct

[...]

-- 
Michael GnuPG fingerprint: 9FF2128B147EF6730BADF133611EC787040B0FAB

Concerning the gods, I have no means of knowing whether they exist or not
or of what sort they may be, because of the obscurity of the subject, and
the brevity of human life -- Protagoras


signature.asc
Description: Digital signature
___
ffmpeg-devel mailing list
ffmpeg-devel@ffmpeg.org
http://ffmpeg.org/mailman/listinfo/ffmpeg-devel


Re: [FFmpeg-devel] Fix SChannel compilation on cygwin

2015-12-06 Thread Hendrik Leppkes
On Sun, Dec 6, 2015 at 7:38 PM, Timo Rothenpieler  wrote:
> Patch from https://trac.ffmpeg.org/ticket/5036 is attached
>

Should be correct. On normal windows targets  probably came
from some other header above, which isn't good style, I suppose.

- Hendrik
___
ffmpeg-devel mailing list
ffmpeg-devel@ffmpeg.org
http://ffmpeg.org/mailman/listinfo/ffmpeg-devel