[MPlayer-users] CVS build and fft_asmb_3dnow

D Richard Felker III dalias at aerifal.cx
Thu Apr 1 17:58:06 CEST 2004


On Thu, Apr 01, 2004 at 08:27:25AM -0700, Matt Bettencourt wrote:
> I cant seem to build mplayer's CVS version due to an error.
> cc -c  -I../libvo/ -I../../libvo -I/export/home/matt/include 
> -D_REENTRANT -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 
> -I/export/home/matt/include   -o imdct.o imdct.c
> In file included from imdct.c:757:
> imdct_3dnow.h: In function `fft_asmb_3dnow':
> imdct_3dnow.h:241: can't find a register in class `GENERAL_REGS' while 
> reloading `asm'
> 
> Does the latest version require something newer on the kernel level 
> (2.420 is what I have)?

No, it requires a non-buggy version of gcc, and proper CFLAGS. It
looks like you've overridden CFLAGS, which will surely break it. Rerun
configure without any CFLAGS set!

Rich




More information about the MPlayer-users mailing list