Re: [FFmpeg-devel] [PATCH] Use lowercase includes and library names for schannel check

2016-03-16 Thread Carl Eugen Hoyos
Ismail Donmez i10z.com> writes: > This fixes cross-build on Linux with mingw-w64. Patch attached. This > will not break MSVC because Windows is case-insensitive unlike Linux. Patch applied, thank you! Carl Eugen ___ ffmpeg-devel mailing list

Re: [FFmpeg-devel] [PATCH] Use lowercase includes and library names for schannel check

2016-03-16 Thread Ismail Donmez
On Tue, Mar 15, 2016 at 9:51 PM, Hendrik Leppkes wrote: > On Tue, Mar 15, 2016 at 8:33 PM, Reimar Döffinger > wrote: >> On Tue, Mar 15, 2016 at 07:32:35PM +, Derek Buitenhuis wrote: >>> On 3/15/2016 7:26 PM, Reimar Döffinger wrote: >>> > I see

Re: [FFmpeg-devel] [PATCH] Use lowercase includes and library names for schannel check

2016-03-15 Thread Hendrik Leppkes
On Tue, Mar 15, 2016 at 8:33 PM, Reimar Döffinger wrote: > On Tue, Mar 15, 2016 at 07:32:35PM +, Derek Buitenhuis wrote: >> On 3/15/2016 7:26 PM, Reimar Döffinger wrote: >> > I see this: >> > libavformat/tls_schannel.c:#include >> >

Re: [FFmpeg-devel] [PATCH] Use lowercase includes and library names for schannel check

2016-03-15 Thread Reimar Döffinger
On Tue, Mar 15, 2016 at 07:32:35PM +, Derek Buitenhuis wrote: > On 3/15/2016 7:26 PM, Reimar Döffinger wrote: > > I see this: > > libavformat/tls_schannel.c:#include > > libavformat/tls_securetransport.c:#include > > > > Are those different headers? > > Consider that one is for OS X native

Re: [FFmpeg-devel] [PATCH] Use lowercase includes and library names for schannel check

2016-03-15 Thread Derek Buitenhuis
On 3/15/2016 7:26 PM, Reimar Döffinger wrote: > I see this: > libavformat/tls_schannel.c:#include > libavformat/tls_securetransport.c:#include > > Are those different headers? Consider that one is for OS X native TLS, and one is for Windows native TLS. - Derek

Re: [FFmpeg-devel] [PATCH] Use lowercase includes and library names for schannel check

2016-03-15 Thread Reimar Döffinger
On Tue, Mar 08, 2016 at 02:48:04PM +0200, Ismail Donmez wrote: > This fixes cross-build on Linux with mingw-w64. Patch attached. This > will not break MSVC because Windows is case-insensitive unlike Linux. > > Please review. I see this: libavformat/tls_schannel.c:#include

Re: [FFmpeg-devel] [PATCH] Use lowercase includes and library names for schannel check

2016-03-15 Thread Ismail Donmez
ping please? On Tue, Mar 8, 2016 at 2:48 PM, Ismail Donmez wrote: > This fixes cross-build on Linux with mingw-w64. Patch attached. This > will not break MSVC because Windows is case-insensitive unlike Linux. > > Please review. > > Regards, > ismail

[FFmpeg-devel] [PATCH] Use lowercase includes and library names for schannel check

2016-03-08 Thread Ismail Donmez
This fixes cross-build on Linux with mingw-w64. Patch attached. This will not break MSVC because Windows is case-insensitive unlike Linux. Please review. Regards, ismail From e30470da6c21bb57c2a067660c613356cdbf6b92 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C4=B0smail=20D=C3=B6nmez?=