0
0
mirror of https://github.com/mpv-player/mpv.git synced 2024-09-20 12:02:23 +02:00

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
This commit is contained in:
reimar 2010-01-09 18:29:28 +00:00
parent ed8a43de8f
commit 7712ce86d8

2
configure vendored
View File

@ -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