diff options
author | Víctor Paesa <victorpaesa@googlemail.com> | 2009-02-01 21:46:08 +0000 |
---|---|---|
committer | Víctor Paesa <victorpaesa@googlemail.com> | 2009-02-01 21:46:08 +0000 |
commit | cdf5139512544a8f59ce17a4588761d9ade86165 (patch) | |
tree | 1c1b8b4ed9c5119754021974bbe48cf26d29f8a4 /doc/general.texi | |
parent | 9f5aca8feca473e04b17b421d719b8dbb332bbd9 (diff) | |
download | ffmpeg-cdf5139512544a8f59ce17a4588761d9ade86165.tar.gz |
Explain how to add IPv6 support to Cygwin.
Originally committed as revision 16923 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diffstat (limited to 'doc/general.texi')
-rw-r--r-- | doc/general.texi | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/doc/general.texi b/doc/general.texi index fae638944d..859a3f039a 100644 --- a/doc/general.texi +++ b/doc/general.texi @@ -723,6 +723,9 @@ libxvidcore-devel The recommendation for libnut and x264 is to build them from source by yourself, as they evolve too quickly for Cygwin Ports to be up to date. +Cygwin 1.7.x has IPv6 support. You can add IPv6 to Cygwin 1.5.x by means +of the @code{libgetaddrinfo-devel} package, available at Cygwin Ports. + @subsection Crosscompilation for Windows under Cygwin With Cygwin you can create Windows binaries that do not need the cygwin1.dll. |