Diego Elio Pettenò 5666a9f20c 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>
2011-03-24 23:45:55 +01:00
2011-02-15 16:18:21 +01:00
2011-03-16 21:54:39 +01:00
2011-03-18 21:57:38 +01:00
2011-03-22 11:07:46 +00:00
2011-03-16 21:54:39 +01:00
2011-03-16 21:54:39 +01:00
2011-03-16 21:54:39 +01:00
2011-03-18 21:57:38 +01:00

Libav README
-------------

1) Documentation
----------------

* Read the documentation in the doc/ directory.

2) Licensing
------------

* See the LICENSE file.
Description
No description provided
Readme 209 MiB
Languages
C 90.4%
Assembly 7.7%
Makefile 1.3%
C++ 0.2%
Objective-C 0.2%
Other 0.1%