> 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://ffmpe
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
_
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
> F
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
---
libavfo