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

Alexander Bokovikov openworld at uralweb.ru
Mon Apr 2 20:17:51 CEST 2007


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

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

$ ./mplcmdconf
Unknown parameter: --with-xvidlibdir=/d/WORK/mplayer_src/osdep/mingw32
=======================><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.cIn file included from mplayer.c:57:libvo/font_load.h:5:22: ft2build.h: No such file or directorylibvo/font_load.h:6:10: #include expects "FILENAME" or <FILENAME>In file included from mplayer.c:57:libvo/font_load.h:40: parse error before "FT_Face"libvo/font_load.h:40: warning: no semicolon at end of struct or unionlibvo/font_load.h:41: warning: data definition has no type or storage classlibvo/font_load.h:62: parse error before '}' tokenlibvo/font_load.h:62: warning: data definition has no type or storage classlibvo/font_load.h:64: parse error before '*' tokenlibvo/font_load.h:64: warning: data definition has no type or storage classlibvo/font_load.h:83: parse error before '*' tokenlibvo/font_load.h:83: warning: data definition has no type or storage classlibvo/font_load.h:84: parse error before '*' tokenlibvo/font_load.h:86: parse error before '*' tokenlibvo/font_load.h:87: parse error before '*' tokenlibvo/font_load.h:102: parse error before '*' tokenlibvo/font_load.h:102: warning: data definition has no type or storage classc:\MinGW\bin\make.exe: *** [mplayer.o] Error 1=======================><8========================Any ideas?Thanks.



More information about the MPlayer-users mailing list