[MPlayer-cvslog] r28460 - trunk/configure
reimar
subversion at mplayerhq.hu
Tue Feb 3 13:17:49 CET 2009
Author: reimar
Date: Tue Feb 3 13:17:49 2009
New Revision: 28460
Log:
Hack: fix MINGW compilation by hard-coding HAVE_ARPA_INET_H
to 0 if __MINGW32__ is defined.
Modified:
trunk/configure
Modified: trunk/configure
==============================================================================
--- trunk/configure Tue Feb 3 12:47:07 2009 (r28459)
+++ trunk/configure Tue Feb 3 13:17:49 2009 (r28460)
@@ -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
More information about the MPlayer-cvslog
mailing list