Changeset 5666a9f2 in ffmpeg

Timestamp:
Mar 24, 2011, 10:45:55 PM (14 years ago)
Author:
Luca Barbato <lu_zero@gentoo.org>
Branches:
master
Children:
98a7d560
Parents:
d743065
git-author:
Diego Elio Pettenò <flameeyes@gmail.com> (03/24/11 11:18:35)
git-committer:
Luca Barbato <lu_zero@gentoo.org> (03/24/11 22:45:55)
Message:

When building for MinGW32 disable strict ANSI compliancy.

When -std=c99 is used, GCC defines STRICT_ANSI to hide non-ANSI
interfaces; on MinGW32, when this macro is defined, some functions that are
part of POSIX but not of Windows APIs are disabled, including strcasecmp().

Signed-off-by: Luca Barbato <lu_zero@gentoo.org>

(No files)

Note: See TracChangeset for help on using the changeset viewer.