[MPlayer-users] Gettime of day Mingw build problem

Henry Garcia defsyn at gmail.com
Thu Aug 16 20:31:25 CEST 2007


On 8/16/07, JonY <10walls at gmail.com> wrote:
>
> Hi,
> I am trying to build mplayer r24076 on Windows XP
>
> gcc -D__USE_UNIX98 -D_GNU_SOURCE -I../libdvdcss -DHAVE_DVDCSS_DVDCSS_H
> -I../libavcodec -I../libavformat -Wdisabled-optimization
> -Wno-pointer-sign -Wdeclaration-after-statement -I. -I.. -I../libavutil
> -Wall -Wno-switch -Wpointer-arith -Wredundant-decls -O4 -march=i486
> -mtune=generic -pipe -ffast-math -fomit-frame-pointer


You have some strange CFLAGS  here:  -march=486  -mtune=generic
You're running XP on a 486? I don't think so. Did you alter the
config.makfile by hand?

I would try cleaning up your source code with a make distclean and rerunning
configure:
   ./configure --enable-static --disable-live --prefix=/mingw

Run the usual make afterwards.

By the way, has anyone succeeded in enabling live555 recently?

Hank



More information about the MPlayer-users mailing list