[FFmpeg-devel] [PATCH] Enable proper IPv6 functions on windows
Martin Storsjö
martin
Fri Jan 15 23:16:41 CET 2010
On Fri, 15 Jan 2010, Ramiro Polla wrote:
> > So if we want pre-XP compatibility configurable, we would only add
> > _WIN32_WINNT=0x0501 in that particular case - as in your initial win9x
> > patch. So, your initial approach, but perhaps renaming the mingw32-win9x
> > target os name into mingw32-win2k or something similar (mingw32-prexp?).
>
> Good idea. Patch attached.
>
> By the way, how does mingw32ce cope with this define?
Agh, good point. I'm not sure exactly how it behaves, but I'd rather check
against that, too, so we don't run into any weird inconsistencies due to
defining that when compiling for CE.
So, something like this?
test $target_os != "mingw32-prexp" && test $target_os != "mingw32ce" &&
add_cflags ...
Or any cleaner version?
// Martin
More information about the ffmpeg-devel
mailing list