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 16:34:18 -0400 |
commit | 08c3156dbf7c881d0dee1a254e8d7fae5a606bfa (patch) | |
tree | 08a04e586eafd3e1fcdcd409e5bdd70d61d18bd1 /doc/faq.texi | |
parent | f8241055c7c3600f14929343ec4bf6b2c859ab2e (diff) | |
download | ffmpeg-08c3156dbf7c881d0dee1a254e8d7fae5a606bfa.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/faq.texi')
-rw-r--r-- | doc/faq.texi | 27 |
1 files changed, 2 insertions, 25 deletions
diff --git a/doc/faq.texi b/doc/faq.texi index a743f4fe87..30259dd401 100644 --- a/doc/faq.texi +++ b/doc/faq.texi @@ -408,31 +408,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 FFmpeg. -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 FFmpeg -documentation. - -There have been efforts to make FFmpeg 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 FFmpeg or libavcodec under Windows? - -Yes, but the Cygwin or MinGW tools @emph{must} be used to compile FFmpeg. -Read the @emph{Windows} section in the FFmpeg documentation to find more -information. - -To get help and instructions for building FFmpeg under Windows, check out -the FFmpeg Windows Help Forum at -@url{http://ffmpeg.arrozcru.org/}. +Yes. Please see the @uref{platform.html, Microsoft Visual C++} +section in the FFmpeg documentation. @section Can you add automake, libtool or autoconf support? |