summaryrefslogtreecommitdiffstats
path: root/configure
diff options
context:
space:
mode:
authorreimar <reimar@b3059339-0415-0410-9bf9-f77b7e298cf2>2010-01-09 18:29:28 +0000
committerreimar <reimar@b3059339-0415-0410-9bf9-f77b7e298cf2>2010-01-09 18:29:28 +0000
commit7712ce86d868b748fa33094c0386105f06c96c98 (patch)
tree28b008604e80437fc7d8994920459cd50c5a4770 /configure
parented8a43de8f4c3f57bed473c87d3de8a097ca8113 (diff)
downloadmpv-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-xconfigure2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure b/configure
index 64b6ab49d3..10807a6e2a 100755
--- a/configure
+++ b/configure
@@ -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