[MPlayer-users] svn28651 fails to compile in Fedora10

Carl Eugen Hoyos cehoyos at ag.or.at
Thu Feb 19 01:38:02 CET 2009


Brianna Jones <brianna007 <at> gmail.com> writes:

> mplayer starts making but then dies with these messages:
> libavcodec/libavcodec.a(fft.o): In function `ff_fft_init':
> fft.c:(.text.unlikely+0x242): undefined reference to `ff_imdct_calc_3dn2'
> fft.c:(.text.unlikely+0x249): undefined reference to `ff_imdct_half_3dn2'
> fft.c:(.text.unlikely+0x250): undefined reference to `ff_fft_calc_3dn2'
> fft.c:(.text.unlikely+0x2ad): undefined reference to `ff_imdct_calc_3dn'
> fft.c:(.text.unlikely+0x2b4): undefined reference to `ff_imdct_half_3dn'
> fft.c:(.text.unlikely+0x2bb): undefined reference to `ff_fft_calc_3dn'
> collect2: ld returned 1 exit status
> make: *** [mplayer] Error 1

Add the following two lines somewhere to config.mak for the moment (it is
created every time you run configure):
HAVE_AMD3DNOW=yes
HAVE_AMD3DNOWEXT=yes

Carl Eugen





More information about the MPlayer-users mailing list