diff options
author | Diego Biurrun <diego@biurrun.de> | 2011-07-09 20:15:29 +0200 |
---|---|---|
committer | Diego Biurrun <diego@biurrun.de> | 2011-07-16 15:15:59 +0200 |
commit | 3749066dd83abb3aaca748c0ef949e9c3494ba44 (patch) | |
tree | a04eb1a4dda5d9fe315bf4ebdc45a871f5709aaa | |
parent | c29c609e0f4bf3fea29104c689c11f7dda499135 (diff) | |
download | ffmpeg-3749066dd83abb3aaca748c0ef949e9c3494ba44.tar.gz |
doc: Remove outdated comments about gcc 2.95 and gcc 3.3 support.
(cherry picked from commit 5ccbf80963c1cc54aed97b1c81b1657ab91baf6a)
-rw-r--r-- | doc/developer.texi | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/doc/developer.texi b/doc/developer.texi index 37b9f3e889..244ded71ec 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 |