Re: [FFmpeg-devel] [PATCH] configure: force _WIN32_WINNT >= 0x0502 on mingw32 targets

2016-08-22 Thread James Almer
On 8/22/2016 9:16 PM, Michael Niedermayer wrote: > On Mon, Aug 22, 2016 at 05:48:13PM -0300, James Almer wrote: >> On 8/20/2016 12:03 AM, Michael Niedermayer wrote: >>> On Fri, Aug 19, 2016 at 03:39:58PM -0300, James Almer wrote: Windows versions earlier than XP are not supported. Sh

Re: [FFmpeg-devel] [PATCH] configure: force _WIN32_WINNT >= 0x0502 on mingw32 targets

2016-08-22 Thread Michael Niedermayer
On Mon, Aug 22, 2016 at 05:48:13PM -0300, James Almer wrote: > On 8/20/2016 12:03 AM, Michael Niedermayer wrote: > > On Fri, Aug 19, 2016 at 03:39:58PM -0300, James Almer wrote: > >> Windows versions earlier than XP are not supported. > >> > >> Should fix compilation of command line tools. > >> > >

Re: [FFmpeg-devel] [PATCH] configure: force _WIN32_WINNT >= 0x0502 on mingw32 targets

2016-08-22 Thread James Almer
On 8/20/2016 12:03 AM, Michael Niedermayer wrote: > On Fri, Aug 19, 2016 at 03:39:58PM -0300, James Almer wrote: >> Windows versions earlier than XP are not supported. >> >> Should fix compilation of command line tools. >> >> Signed-off-by: James Almer >> --- >> configure | 2 ++ >> 1 file change

Re: [FFmpeg-devel] [PATCH] configure: force _WIN32_WINNT >= 0x0502 on mingw32 targets

2016-08-19 Thread Michael Niedermayer
On Fri, Aug 19, 2016 at 03:39:58PM -0300, James Almer wrote: > Windows versions earlier than XP are not supported. > > Should fix compilation of command line tools. > > Signed-off-by: James Almer > --- > configure | 2 ++ > 1 file changed, 2 insertions(+) Tested-by: michael seems to fix build

Re: [FFmpeg-devel] [PATCH] configure: force _WIN32_WINNT >= 0x0502 on mingw32 targets

2016-08-19 Thread James Almer
On 8/19/2016 6:13 PM, Hendrik Leppkes wrote: > On Fri, Aug 19, 2016 at 10:24 PM, James Almer wrote: >> On 8/19/2016 5:11 PM, Hendrik Leppkes wrote: >>> On Fri, Aug 19, 2016 at 8:39 PM, James Almer wrote: Windows versions earlier than XP are not supported. Should fix compilation of

Re: [FFmpeg-devel] [PATCH] configure: force _WIN32_WINNT >= 0x0502 on mingw32 targets

2016-08-19 Thread Hendrik Leppkes
On Fri, Aug 19, 2016 at 10:24 PM, James Almer wrote: > On 8/19/2016 5:11 PM, Hendrik Leppkes wrote: >> On Fri, Aug 19, 2016 at 8:39 PM, James Almer wrote: >>> Windows versions earlier than XP are not supported. >>> >>> Should fix compilation of command line tools. >>> >>> Signed-off-by: James Alm

Re: [FFmpeg-devel] [PATCH] configure: force _WIN32_WINNT >= 0x0502 on mingw32 targets

2016-08-19 Thread James Almer
On 8/19/2016 5:11 PM, Hendrik Leppkes wrote: > On Fri, Aug 19, 2016 at 8:39 PM, James Almer wrote: >> Windows versions earlier than XP are not supported. >> >> Should fix compilation of command line tools. >> >> Signed-off-by: James Almer >> --- >> configure | 2 ++ >> 1 file changed, 2 insertio

Re: [FFmpeg-devel] [PATCH] configure: force _WIN32_WINNT >= 0x0502 on mingw32 targets

2016-08-19 Thread Hendrik Leppkes
On Fri, Aug 19, 2016 at 8:39 PM, James Almer wrote: > Windows versions earlier than XP are not supported. > > Should fix compilation of command line tools. > > Signed-off-by: James Almer > --- > configure | 2 ++ > 1 file changed, 2 insertions(+) > > diff --git a/configure b/configure > index 9b

[FFmpeg-devel] [PATCH] configure: force _WIN32_WINNT >= 0x0502 on mingw32 targets

2016-08-19 Thread James Almer
Windows versions earlier than XP are not supported. Should fix compilation of command line tools. Signed-off-by: James Almer --- configure | 2 ++ 1 file changed, 2 insertions(+) diff --git a/configure b/configure index 9b92426..2a2c06e 100755 --- a/configure +++ b/configure @@ -4919,6 +4919,8