On Mon, 25 Nov 2013, Derek Buitenhuis wrote:

Signed-off-by: Derek Buitenhuis <[email protected]>
---
doc/platform.texi | 24 +++++++++++++++---------
1 file changed, 15 insertions(+), 9 deletions(-)

diff --git a/doc/platform.texi b/doc/platform.texi
index 2a7dd45..4c32e7a 100644
--- a/doc/platform.texi
+++ b/doc/platform.texi
@@ -103,14 +103,16 @@ you can build all libraries as DLLs.

@section Microsoft Visual C++ or Intel C++ Compiler for Windows

-Libav can be built with MSVC or ICL using a C99-to-C89 conversion utility and
-wrapper. For ICL, only the wrapper is used, since ICL supports C99.
+Libav can be built with MSVC 2012 or eealier using a C99-to-C89 conversion 
utility

eealier? ;P

FWIW, it only works with MSVC 2012 and 2010, the 2008 version lacks some of the options that we use. (IIRC the only one was -Fi that c99wrap itself doesn't actually use any longer, but configure still uses it.)

The rest seems ok to me.

// Martin
_______________________________________________
libav-devel mailing list
[email protected]
https://lists.libav.org/mailman/listinfo/libav-devel

Reply via email to