summaryrefslogtreecommitdiff
path: root/doc/faq.texi
diff options
context:
space:
mode:
authorDiego Biurrun <diego@biurrun.de>2007-01-25 17:34:08 +0000
committerDiego Biurrun <diego@biurrun.de>2007-01-25 17:34:08 +0000
commite867d9b9c0291335c1e78c0240f097cf97a64cfd (patch)
tree4c3cedf089c7fd88146cd3c3d7a721e69e875076 /doc/faq.texi
parentb5bfb9f9de911846c43b52a7469b3cb413055492 (diff)
Update gcc sections.
Originally committed as revision 7712 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diffstat (limited to 'doc/faq.texi')
-rw-r--r--doc/faq.texi10
1 files changed, 4 insertions, 6 deletions
diff --git a/doc/faq.texi b/doc/faq.texi
index 95951c16b8..b048e18ae0 100644
--- a/doc/faq.texi
+++ b/doc/faq.texi
@@ -257,9 +257,9 @@ already incorporate ffmpeg at (@url{projects.php}).
@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 @@ sections in the FFmpeg documentation to find more information.
@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++ ?