diff options
author | Diego Biurrun <diego@biurrun.de> | 2008-07-29 07:55:51 +0000 |
---|---|---|
committer | Diego Biurrun <diego@biurrun.de> | 2008-07-29 07:55:51 +0000 |
commit | 5b43368de9de950de92abf4a7e0bb71a72cf6efa (patch) | |
tree | a3541c98ce196659b3c15c14bdacf1805e533330 /doc/faq.texi | |
parent | 9bec77fe8ddc0c6a5c91f15b5625fbff535279c7 (diff) | |
download | ffmpeg-5b43368de9de950de92abf4a7e0bb71a72cf6efa.tar.gz |
Add note about gcc bugs that gcc devs refuse to fix.
Originally committed as revision 14464 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diffstat (limited to 'doc/faq.texi')
-rw-r--r-- | doc/faq.texi | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/doc/faq.texi b/doc/faq.texi index 1d854d5470..a5217d1a02 100644 --- a/doc/faq.texi +++ b/doc/faq.texi @@ -109,6 +109,11 @@ If some MP3 codec like LAME is installed. This is a bug in gcc. Do not report it to us. Instead, please report it to the gcc developers. Note that we will not add workarounds for gcc bugs. +Also note that (some of) the gcc developers believe this is not a bug or +not a bug they should fix: +@url{http://gcc.gnu.org/bugzilla/show_bug.cgi?id=11203}. +Then again, some of them do not know the difference between an undecidable +problem and an NP-hard problem... @chapter Usage |