[Mplayer-cvslog] CVS: main/postproc postprocess.c,1.4,1.5 postprocess.h,1.4,1.5
Michael Niedermayer
michaelni at gmx.at
Sat Oct 13 11:07:27 CEST 2001
Hi
On Saturday 13 October 2001 09:46, Gabucino wrote:
> cd ../postproc ; gcc postprocess.c -c -o ../opendivx/postprocess.o ; cd
> ../opendivx postprocess.c: In function `horizX1Filter':
it would have worked if u did use -fomit-frame-pointer
> postprocess.c:979: Invalid `asm' statement:
> postprocess.c:979: fixed or forbidden register 0 (ax) was spilled for class
> GENERAL_REGS.
gcc rund out of registers (there are 8, horizx1 filter uses 7 and gcc cant
use 2 unless u use -fomit-frame-pointer in which case it can use 7)
btw. the horizX1 filter doesnt really need 7 so ill commit a fixed version in
a few minutes ...
Michael
More information about the MPlayer-cvslog
mailing list