diff options
author | Derek Buitenhuis <derek.buitenhuis@gmail.com> | 2012-09-27 19:02:28 +0000 |
---|---|---|
committer | Derek Buitenhuis <derek.buitenhuis@gmail.com> | 2012-09-28 15:50:45 -0400 |
commit | ed8a2ddeea4c0f812a6d46607562f23db2543044 (patch) | |
tree | 6ee92055434e6362f1a592e27052343d3955c15e /doc | |
parent | f45b54437a5f3ac28dc96f3b2551b4c602ec10e5 (diff) | |
download | ffmpeg-ed8a2ddeea4c0f812a6d46607562f23db2543044.tar.gz |
doc/faq: Change the Visual Studio entry to reflect current status
Signed-off-by: Derek Buitenhuis <derek.buitenhuis@gmail.com>
Diffstat (limited to 'doc')
-rw-r--r-- | doc/faq.texi | 23 |
1 files changed, 2 insertions, 21 deletions
diff --git a/doc/faq.texi b/doc/faq.texi index 7c5373c437..79ef3b5feb 100644 --- a/doc/faq.texi +++ b/doc/faq.texi @@ -302,27 +302,8 @@ with @code{#ifdef}s related to the compiler. @section Is Microsoft Visual C++ supported? -No. Microsoft Visual C++ is not compliant to the C99 standard and does -not - among other things - support the inline assembly used in Libav. -If you wish to use MSVC++ for your -project then you can link the MSVC++ code with libav* as long as -you compile the latter with a working C compiler. For more information, see -the @emph{Microsoft Visual C++ compatibility} section in the Libav -documentation. - -There have been efforts to make Libav compatible with MSVC++ in the -past. However, they have all been rejected as too intrusive, especially -since MinGW does the job adequately. None of the core developers -work with MSVC++ and thus this item is low priority. Should you find -the silver bullet that solves this problem, feel free to shoot it at us. - -We strongly recommend you to move over from MSVC++ to MinGW tools. - -@section Can I use Libav under Windows? - -Yes, but the Cygwin or MinGW tools @emph{must} be used to compile Libav. -Read the @emph{Windows} section in the Libav documentation to find more -information. +Yes. Please see the @uref{platform.html, Microsoft Visual C++} +section in the Libav documentation. @section Can you add automake, libtool or autoconf support? |