[FFmpeg-cvslog] r10995 - trunk/doc/faq.texi

ramiro subversion
Sat Nov 10 14:23:22 CET 2007


Author: ramiro
Date: Sat Nov 10 14:23:22 2007
New Revision: 10995

Log:
Express opinion in a less aggressive manner.

Modified:
   trunk/doc/faq.texi

Modified: trunk/doc/faq.texi
==============================================================================
--- trunk/doc/faq.texi	(original)
+++ trunk/doc/faq.texi	Sat Nov 10 14:23:22 2007
@@ -364,7 +364,7 @@ with @code{#ifdef}s related to the compi
 
 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 - for whatever weird reason - to use MSVC++ for your
+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
@@ -376,6 +376,8 @@ since MinGW does the job adequately. Non
 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.




More information about the ffmpeg-cvslog mailing list