[FFmpeg-cvslog] doc: Remove outdated comments about gcc 2.95 and gcc 3.3 support.
Diego Biurrun
git at videolan.org
Tue Jul 12 01:44:23 CEST 2011
ffmpeg | branch: master | Diego Biurrun <diego at biurrun.de> | Sat Jul 9 20:15:29 2011 +0200| [5ccbf80963c1cc54aed97b1c81b1657ab91baf6a] | committer: Diego Biurrun
doc: Remove outdated comments about gcc 2.95 and gcc 3.3 support.
> http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=5ccbf80963c1cc54aed97b1c81b1657ab91baf6a
---
doc/developer.texi | 6 ++----
1 files changed, 2 insertions(+), 4 deletions(-)
diff --git a/doc/developer.texi b/doc/developer.texi
index cae4f3d..597ce95 100644
--- a/doc/developer.texi
+++ b/doc/developer.texi
@@ -60,10 +60,8 @@ These features are supported by all compilers we care about, so we will not
accept patches to remove their use unless they absolutely do not impair
clarity and performance.
-All code must compile with GCC 2.95 and GCC 3.3. Currently, Libav also
-compiles with several other compilers, such as the Compaq ccc compiler
-or Sun Studio 9, and we would like to keep it that way unless it would
-be exceedingly involved. To ensure compatibility, please do not use any
+All code must compile with recent versions of GCC and a number of other
+currently supported compilers. To ensure compatibility, please do not use
additional C99 features or GCC extensions. Especially watch out for:
@itemize @bullet
@item
More information about the ffmpeg-cvslog
mailing list