[FFmpeg-devel] [PATCH] IPv6 support for mingw32

Zuxy Meng zuxy.meng
Wed Jan 6 08:15:34 CET 2010


Without this patch mplayer build would fail but ffmpeg is fine,
because currently ffmpeg's configure disables IPv6 on Windows. There's
a tradeoff however, that the built binaries can't run on Windows 2000
or older, as getaddrinfo() and freeaddrinfo() are available as part of
the OS since Windows XP. It's possible to run IPv6 on Windows
2000/ME/98 with IPv6 Technology Preview installed but that requires
inclusion of wspiapi.h that isn't shipped in MinGW due to license
conflicts.

-- 
Zuxy
Beauty is truth,
While truth is beauty.
PGP KeyID: E8555ED6
-------------- next part --------------
A non-text attachment was scrubbed...
Name: ipv6.diff
Type: application/octet-stream
Size: 987 bytes
Desc: not available
URL: <http://lists.mplayerhq.hu/pipermail/ffmpeg-devel/attachments/20100106/bae6ec8e/attachment.obj>



More information about the ffmpeg-devel mailing list