[MPlayer-cvslog] r28520 - in trunk: DOCS/man/en/mplayer.1 Makefile cfg-common-opts.h cfg-common.h configure mencoder.c mplayer.c osdep/priority.c osdep/priority.h

Reimar Döffinger Reimar.Doeffinger at stud.uni-karlsruhe.de
Tue Feb 10 16:47:51 CET 2009


On Tue, Feb 10, 2009 at 04:34:44PM +0100, diego wrote:
> @@ -2596,17 +2594,12 @@ int gui_no_filename=0;
>  	SetErrorMode(0x8003);
>  	// request 1ms timer resolution
>  	timeBeginPeriod(1);

Btw. there seems to be a WIN32 define, should that be used for these?

> +/* Disable non-underscored versions of non-ANSI functions
> + * as otherwise int eof would conflict with eof(). */
> +#define _UWIN 1

I think this is not necessary, can someone test compilation without it
on MinGW?



More information about the MPlayer-cvslog mailing list