[MPlayer-cvslog] r34205 - trunk/gui/win32/interface.c

Reimar Döffinger Reimar.Doeffinger at gmx.de
Sun Oct 16 20:00:55 CEST 2011


On Sun, Oct 16, 2011 at 12:48:24PM +0200, ib wrote:
>  #ifdef __WINE__
> -    filename = unix_name(filename);
> +    filename = unix_name(filename);    // passed file arguments may be in Windows format

If it's just for command-line use I don't see the point.
The wine port is for developer use, just saying "well, don't do that"
seems like a just as good solution for that, with much less code.
I think you mentioned a reason why this is _needed_ for GUI testing
which would obviously be the far more relevant thing to mention.


More information about the MPlayer-cvslog mailing list