[MPlayer-users] Re: SVN Compilation in Win XP (MinGW)

Reimar Döffinger Reimar.Doeffinger at stud.uni-karlsruhe.de
Mon Apr 2 21:03:05 CEST 2007


Hello,
On Tue, Apr 03, 2007 at 12:17:51AM +0600, Alexander Bokovikov wrote:
> Reimar D?ffinger wrote:
> 
> >http://www1.mplayerhq.hu/~reimar/mpl_mingw32.zip
> >Just dropping its contents into MPlayer sources and using mplmconf
> >script to configure should work.
> 
> I've tried to use the config file below:
> =======================><8========================
> ./configure --enable-runtime-cpudetection --enable-qtx --enable-real 
> --enable-directx --with-extraincdir="$PWD/osdep/mingw32" 
> --with-extralibdir="$PWD/osdep/mingw32" --enable-freetype 
> --with-freetype-config="$PWD/osdep/mingw32/ftconf"
> =======================><8========================
> 
> And see the errors below:
> 
> First of all it doesn't like some options:
> 
> =======================><8========================
> $ ./mplcmdconf
> Unknown parameter: --enable-win32

Was recently renamed to --enable-win32dll

> 
> $ ./mplcmdconf
> Unknown parameter: --with-codecsdir=bincodecs

Was renamed to --codecsdir

> $ ./mplcmdconf
> Unknown parameter: --with-xvidlibdir=/d/WORK/mplayer_src/osdep/mingw32

No idea what that was actually good for...

> =======================><8========================
> 
> Then (after these options removal):
> 
> =======================><8========================
> $ make
> ./version.sh `gcc -dumpversion`
> gcc -I. -I./libavutil -I. -I.. -I../libavutil -O4 -march=i486 -mcpu=i686 
> -pipe -ffast-math -fomit-frame-pointer -D_LARGEFILE_SOURCE 
> -D_FILE_OFFSET_BITS=64 -D_LARGEFILE64_SOURCE 
> -I/d/WORK/HTM/OW/TMB1/FLASHLECTURE/FTranscript/FFMPEG/mplayer_src/osdep/mingw32 
> -I/d/WORK/HTM/OW/TMB1/FLASHLECTURE/FTranscript/FFMPEG/mplayer_src/osdep/mingw32/freetype2 -I./libavcodec   -c -o mplayer.o mplayer.c
> In file included from mplayer.c:57:libvo/font_load.h:5:22: ft2build.h: No such file or directory
[...]

That's the problem, somehow ft2build.h is not where it is supposed to
be...
The command line looks like it is supposed to be in
/d/WORK/HTM/OW/TMB1/FLASHLECTURE/FTranscript/FFMPEG/mplayer_src/osdep/mingw32/freetype2

Greetings,
Reimar Döffinger



More information about the MPlayer-users mailing list