summaryrefslogtreecommitdiffstats
path: root/configure
diff options
context:
space:
mode:
authorreimar <reimar@b3059339-0415-0410-9bf9-f77b7e298cf2>2009-02-03 12:17:49 +0000
committerreimar <reimar@b3059339-0415-0410-9bf9-f77b7e298cf2>2009-02-03 12:17:49 +0000
commit25f5652082dcae51b12af17ee092fe370c25a15d (patch)
tree8be708516b9dee69f1c9d56dd7295b2f2f6d9122 /configure
parent406a602ecc8d73f4cc1125092eee285743ad4a61 (diff)
downloadmpv-25f5652082dcae51b12af17ee092fe370c25a15d.tar.bz2
mpv-25f5652082dcae51b12af17ee092fe370c25a15d.tar.xz
Hack: fix MINGW compilation by hard-coding HAVE_ARPA_INET_H
to 0 if __MINGW32__ is defined. git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@28460 b3059339-0415-0410-9bf9-f77b7e298cf2
Diffstat (limited to 'configure')
-rwxr-xr-xconfigure4
1 files changed, 4 insertions, 0 deletions
diff --git a/configure b/configure
index 78347b1dad..461cda1a51 100755
--- a/configure
+++ b/configure
@@ -8591,7 +8591,11 @@ $_def_yasm
#define CONFIG_SWSCALE 1
#define CONFIG_GRAY 0
+#ifdef __MINGW32__
+#define HAVE_ARPA_INET_H 0
+#else
#define HAVE_ARPA_INET_H 1
+#endif
#define HAVE_DOS_PATHS 0
#define HAVE_POLL_H 1
#define HAVE_PPC4XX 0