[MPlayer-cvslog] r28460 - trunk/configure
Zuxy Meng
zuxy.meng at gmail.com
Tue Feb 3 14:21:40 CET 2009
Hi,
"reimar" <subversion at mplayerhq.hu> 写入消息新闻:20090203121749.673863C08F at natsuki.mplayerhq.hu...
> 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
Maybe we should define HAVE_DOS_PATHS to 1 for Windows too?
--
Zuxy
More information about the MPlayer-cvslog
mailing list