diff options
author | Diego Biurrun <diego@biurrun.de> | 2008-05-28 16:12:40 +0000 |
---|---|---|
committer | Diego Biurrun <diego@biurrun.de> | 2008-05-28 16:12:40 +0000 |
commit | a28d9122d2c09296ba323ad62a7ff9956e394bc7 (patch) | |
tree | baa74ade6f7c6470fe31d89098eb36c15aed64ad /doc | |
parent | 909a9ad08df0132c8945c010c3aca3a409c06935 (diff) | |
download | ffmpeg-a28d9122d2c09296ba323ad62a7ff9956e394bc7.tar.gz |
Add a note about everybody's favorite recurring gcc bug:
error: can't find a register in class 'GENERAL_REGS' while reloading 'asm'
Originally committed as revision 13496 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diffstat (limited to 'doc')
-rw-r--r-- | doc/faq.texi | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/doc/faq.texi b/doc/faq.texi index 384f7925e4..a7222b8998 100644 --- a/doc/faq.texi +++ b/doc/faq.texi @@ -101,6 +101,14 @@ if some MP3 codec like LAME is installed @end table +@chapter Compilation + +@section @code{error: can't find a register in class 'GENERAL_REGS' while reloading 'asm'} + +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. + + @chapter Usage @section ffmpeg does not work; What is wrong? |