On 8/19/2016 5:55 AM, Hendrik Leppkes wrote:
> On Fri, Aug 19, 2016 at 7:01 AM, James Almer wrote:
>> It's only available on Windows XP or newer.
>
> We don't support anything older.
>
> - Hendrik
Then why aren't we forcing -D_WIN32_WINNT=0x0502 as a minimum during
configure for mingw32 targets
On Fri, Aug 19, 2016 at 7:01 AM, James Almer wrote:
> It's only available on Windows XP or newer.
We don't support anything older.
- Hendrik
___
ffmpeg-devel mailing list
ffmpeg-devel@ffmpeg.org
http://ffmpeg.org/mailman/listinfo/ffmpeg-devel
It's only available on Windows XP or newer.
Should fix compilation with mingw32 using the default OS target.
Signed-off-by: James Almer
---
cmdutils.c | 2 +-
configure | 2 ++
2 files changed, 3 insertions(+), 1 deletion(-)
diff --git a/cmdutils.c b/cmdutils.c
index 6960f8c..a725e77 100644
-