[MPlayer-users] swscale error

Jonas Jermann jjermann at gmx.net
Mon Nov 5 23:30:02 CET 2001


Hi

I use the newest Debian-sid, kernel 2.4.12, libc-2.2.4, gcc 
2.95.4, ld/binutils version 2.11.92.0.10. 
I have a Pentium III (600 Mhz).

As I recently tried to recompile mplayer (cvs) the following error 
occured in the postproc directory:

make -C postproc
make[1]: Entering directory `/usr/src/decoder/mplayer/postproc'
gcc -c -O6 -march=i686 -mcpu=i686 -ffast-math -fexpensive-optimizations -D_REENTRANT -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE64_SOURCE -I. -I.. -Wall -o postprocess.o postprocess.c
postprocess.c:140: warning: `b04' defined but not used
postprocess.c:141: warning: `b08' defined but not used
postprocess.c:155: warning: `pQPb2' defined but not used
gcc -c -O6 -march=i686 -mcpu=i686 -ffast-math -fexpensive-optimizations -D_REENTRANT -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE64_SOURCE -I. -I.. -Wall -o swscale.o swscale.c
swscale.c: In function `SwScale_YV12slice':
swscale.c:749: Invalid `asm' statement:
swscale.c:749: fixed or forbidden register 0 (ax) was spilled for class GENERAL_REGS.
make[1]: *** [swscale.o] Error 1
make[1]: Leaving directory `/usr/src/decoder/mplayer/postproc'
make: *** [postproc/libpostproc.a] Error 2

If I compile with -fomit-frame-pointer everything works fine.
Shouldn't this work automatically?

Jonas



More information about the MPlayer-users mailing list