diff options
author | reimar <reimar@b3059339-0415-0410-9bf9-f77b7e298cf2> | 2010-01-09 18:29:28 +0000 |
---|---|---|
committer | reimar <reimar@b3059339-0415-0410-9bf9-f77b7e298cf2> | 2010-01-09 18:29:28 +0000 |
commit | 7712ce86d868b748fa33094c0386105f06c96c98 (patch) | |
tree | 28b008604e80437fc7d8994920459cd50c5a4770 /configure | |
parent | ed8a43de8f4c3f57bed473c87d3de8a097ca8113 (diff) | |
download | mpv-7712ce86d868b748fa33094c0386105f06c96c98.tar.bz2 mpv-7712ce86d868b748fa33094c0386105f06c96c98.tar.xz |
IPv6 in FFmpeg is not supported for MinGW, so do not set CONFIG_IPV6 for that case.
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@30255 b3059339-0415-0410-9bf9-f77b7e298cf2
Diffstat (limited to 'configure')
-rwxr-xr-x | configure | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -9020,7 +9020,7 @@ $def_yasm #define CONFIG_SWSCALE 1 #define CONFIG_SWSCALE_ALPHA 1 -#ifdef HAVE_AF_INET6 +#if defined(HAVE_AF_INET6) && (!defined(_WIN32) || defined(__CYGWIN__)) #define CONFIG_IPV6 1 #else #define CONFIG_IPV6 0 |