[MPlayer-cygwin] MPlayer opens DVD slow if compiled under MinGW

Sascha Sommer saschasommer at freenet.de
Thu Jan 6 17:54:10 CET 2005


On Wednesday 05 January 2005 17:56, Hans-Carl Oberdalhoff wrote:
> Hans-Carl Oberdalhoff wrote:
> > Hello everyone,
> >
> > I got a small and annoying problem with MinGW. (version 3.1, gcc 3.4.2)
> > If I compile MPlayer 1.0pre6 out of the box it takes forever to open a
> > DVD.
> > Using "-v" shows, that it is very slowly expolirng the cells of the
> > dvd, findind subs and audio-streams.
>
> before you ask:
> Configure-string is like this:
>
> ./configure                             \
>     --enable-runtime-cpudetection       \
>     --language=all                      \
>     --enable-menu                       \
>     --enable-real                       \
>     --enable-qtx                        \
>     --enable-win32                      \
>     --disable-sdl                       \
>     --enable-live                       \
>     --with-livelibdir=/home/hco/packs/live      \
>     --disable-libdts
>

The older builds are made with a modified types.h from win32-beta/contrib, 
that defines ssize_t as long long to support seeking in dvds. Unfortunatelly 
mingw does not have working largefile support. I did not yet come up with a 
clean solution for this, but maybe this is causing your problems, too.

Sascha




More information about the MPlayer-cygwin mailing list