On 8/9/2013 7:19 AM, Martin Storsjö wrote: > To clarify this part - this "utf8 compatibility code" needs to be linked > into all three of the libs, since this is the one that actually calls > open() (or _wopen, _wsopen or which one we actually do call). If the > actual CRT open calls weren't inside of this function, it would be > possible to do it simpler, but not as things are right now. (And the > function tries two different combinations, both interpreting as utf8 and > using in native codepage if utf8 didn't work.)
To me, this seems like the lest ugly solution at the moment... I would rather *not* disable the cloexec wrapper on windows. One code path is better than two. - Derek _______________________________________________ libav-devel mailing list [email protected] https://lists.libav.org/mailman/listinfo/libav-devel
