[Ffmpeg-cvslog] r7712 - trunk/doc/faq.texi

diego subversion
Thu Jan 25 18:34:09 CET 2007


Author: diego
Date: Thu Jan 25 18:34:08 2007
New Revision: 7712

Modified:
   trunk/doc/faq.texi

Log:
Update gcc sections.


Modified: trunk/doc/faq.texi
==============================================================================
--- trunk/doc/faq.texi	(original)
+++ trunk/doc/faq.texi	Thu Jan 25 18:34:08 2007
@@ -257,9 +257,9 @@
 
 @section Can you support my C compiler XXX ?
 
-No. Only GCC is supported. GCC is ported to most systems available and there
-is no need to pollute the source code with @code{#ifdef}s
-related to the compiler.
+It depends. If your compiler is C99-compliant, then patches to support
+it are likely to be welcome if they do not pollute the source code
+with @code{#ifdef}s related to the compiler.
 
 @section Can I use FFmpeg or libavcodec under Windows ?
 
@@ -270,9 +270,7 @@
 
 @section Can you add automake, libtool or autoconf support ?
 
-No. These tools are too bloated and they complicate the build. Moreover,
-since only @samp{gcc} is supported they would add little advantages in
-terms of portability.
+No. These tools are too bloated and they complicate the build.
 
 @section Why not rewrite ffmpeg in object-oriented C++ ?
 




More information about the ffmpeg-cvslog mailing list