[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
Diego Biurrun
diego at biurrun.de
Wed Feb 11 01:29:44 CET 2009
On Tue, Feb 10, 2009 at 04:47:51PM +0100, Reimar Döffinger wrote:
> 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?
I don't understand what you are referring to...
> > +/* 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?
Somebody is test-compiling for me on IRC. If it works, I'll remove the
line.
Diego
More information about the MPlayer-cvslog
mailing list