[MPlayer-dev-eng] [PATCH] Direct3D libvo driver
Diego Biurrun
diego at biurrun.de
Mon Nov 17 11:31:07 CET 2008
On Mon, Nov 17, 2008 at 09:41:24AM +0200, Georgi Petrov wrote:
> > make 3.81 will solve your problem.
>
> $ make --version
> GNU Make 3.81
>
> mkdir clean
> cd clean
> svn checkout svn://svn.mplayerhq.hu/mplayer/trunk/
> ./configure
> make
>
> ar: i386/fft_mmx.o: No such file or directory
> make[1]: *** [libavcodec.a] Error 1
> make[1]: Leaving directory `D:/Programs/msys/clean/libavcodec'
> make: *** [libavcodec/libavcodec.a] Error 2
Well, let's find out why i386/fft_mmx.o is not built in the libavcodec
subdirectory. What is the output of the following commands:
svn info
svn info libavcodec
What values do you have for the following variables in config.mak:
HAVE_MMX
CONFIG_FFT
CONFIG_FFT_MMX
Diego
More information about the MPlayer-dev-eng
mailing list