Commit 76bd5af1 authored by diego's avatar diego

Update gcc sections.


git-svn-id: file:///var/local/repositories/ffmpeg/trunk@7712 9553f0bf-9b14-0410-a0b8-cfaf0461ba5b
parent 2f462297
...@@ -257,9 +257,9 @@ already incorporate ffmpeg at (@url{projects.php}). ...@@ -257,9 +257,9 @@ already incorporate ffmpeg at (@url{projects.php}).
@section Can you support my C compiler XXX ? @section Can you support my C compiler XXX ?
No. Only GCC is supported. GCC is ported to most systems available and there It depends. If your compiler is C99-compliant, then patches to support
is no need to pollute the source code with @code{#ifdef}s it are likely to be welcome if they do not pollute the source code
related to the compiler. with @code{#ifdef}s related to the compiler.
@section Can I use FFmpeg or libavcodec under Windows ? @section Can I use FFmpeg or libavcodec under Windows ?
...@@ -270,9 +270,7 @@ sections in the FFmpeg documentation to find more information. ...@@ -270,9 +270,7 @@ sections in the FFmpeg documentation to find more information.
@section Can you add automake, libtool or autoconf support ? @section Can you add automake, libtool or autoconf support ?
No. These tools are too bloated and they complicate the build. Moreover, No. These tools are too bloated and they complicate the build.
since only @samp{gcc} is supported they would add little advantages in
terms of portability.
@section Why not rewrite ffmpeg in object-oriented C++ ? @section Why not rewrite ffmpeg in object-oriented C++ ?
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment