1
0
mirror of https://github.com/mpv-player/mpv synced 2025-01-18 21:31:13 +00:00

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
This commit is contained in:
reimar 2009-02-03 12:17:49 +00:00
parent 406a602ecc
commit 25f5652082

4
configure vendored
View File

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