[MEncoder-users] mplayer compilation

Carl Eugen Hoyos cehoyos at ag.or.at
Thu Nov 8 19:33:29 CET 2012


Alessandro Gabbanelli <alessandro.gabbanelli <at> gmail.com> writes:

> I'm trying to compile mplayer.
> I'm pretty newbie to compile c.

Yes, your mail is difficult to understand.
Any reason you did not post on mplayer-users 
(which would be the appropriate mailing list)?

> I tried three different snapshots and version 1.1.

The only supported version is current svn head.

> The environment is windows 7 x64 compile with 
> mingw "tdm64-gcc-4.7.1-3".

What is "tdm64-gcc-4.7.1-3" ?
(I really don't know.)

> ./configure --prefix=/build/mplayer/mplayer20121105 --language=en \
> --enable-static \
> --enable-x264 --enable-xvid --enable-faad --enable-faac --enable-mp3lame \
> --confdir=./mplayer --codecsdir=./codecs \
> --target=x86_64-w64-mingw32 \
> --disable-unrarexec \
> --disable-tv --disable-tv-bsdbt848 --disable-tv-v4l1 --disable-tv-v4l2 \
> --cc=x86_64-w64-mingw32-gcc \
> --host-cc=x86_64-w64-mingw32-gcc \
> --ar=x86_64-w64-mingw32-ar \
> --ranlib=/mingw/x86_64-w64-mingw32/bin/ranlib

Please remove all --enable-*
They do not do what you expect.
(The --disable-* should be unnecessary, any 
reason why are using them?)

Are really all of --target, --cc, --host-cc, --ar 
and --ranlib necessary?

> the outcome is always this:
> 
> MPlayer interrupted by signal 11 in module: init_audio_codec

This is the outcome of running above configure command?
That appears to be very unlikely.

[...]

> I was not able to make a correct compilation, I 
> applied these workarounds:

It's probably better if you report your compilation 
problems instead.

Carl Eugen



More information about the MEncoder-users mailing list