[FFmpeg-cvslog] Handle unicode file names on windows

Martin Storsjö martin at martin.st
Sun Apr 24 18:31:56 CEST 2011


On Sun, 24 Apr 2011, Reimar Döffinger wrote:

> On Sun, Apr 24, 2011 at 03:50:11AM +0200, Kirill Gavrilov wrote:
> > +#if defined(_WIN32) && !defined(__MINGW32CE__)
> 
> It's hardly relevant but that condition probably isn't quite right.
> The question is really if wide-character support is available,
> and e.g. it isn't for a default Windows 95 either.
> Of course few still use that and there are libraries to add it to my
> knowledge (I think OpenOffice used to handle it that way)
> so a configure check might well be overkill anyway.

If it really is desired, those codepaths could be skipped at runtime, so 
it isn't necessary to disable it at compile time. Adding such checks makes 
it a little bit uglier though.

However, since fc5607f8620 (Feb 22 2010), the built binaries don't load on 
Win 9x at all. Since I haven't heard about anybody complaining about that, 
I don't think this is a big issue either.

// Martin


More information about the ffmpeg-cvslog mailing list