1
mirror of https://git.videolan.org/git/ffmpeg.git synced 2024-08-05 02:39:57 +02:00

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
This commit is contained in:
Diego Biurrun 2008-05-28 16:12:40 +00:00
parent 909a9ad08d
commit a28d9122d2

View File

@ -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?