[MPlayer-users] swscale error

Jonas Jermann jjermann at gmx.net
Mon Nov 5 23:38:54 CET 2001


On Mon, Nov 05, 2001 at 11:30:02PM +0100, Jonas Jermann wrote:
> 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?

Sorry it's because I set the CFLAGS manually (worked till now).

Jonas



More information about the MPlayer-users mailing list