mirror of
https://github.com/mpv-player/mpv
synced 2025-01-18 13:14:36 +00:00
remove CYGWIN_BIG_TYPES, as it breaks st_size member of stat struct
(it is remapped to __st_size64, which is never set when calling stat()), this is needed for an upcoming libmpdvdkit cygwin patch. git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@6824 b3059339-0415-0410-9bf9-f77b7e298cf2
This commit is contained in:
parent
c698472b07
commit
982c1f9872
6
configure
vendored
6
configure
vendored
@ -3655,7 +3655,7 @@ else
|
||||
echores "no"
|
||||
fi # DivX5 check
|
||||
fi
|
||||
echores "no"
|
||||
|
||||
fi # XviD divx4 compatiblity check
|
||||
|
||||
# mencoder requires (optional) those libs: libmp3lame and divx4linux encore
|
||||
@ -3968,7 +3968,9 @@ echores "$_ftello"
|
||||
if cygwin ; then
|
||||
_confcygwin='TARGET_CYGWIN = yes'
|
||||
_def_confwin32='#define WIN32'
|
||||
CFLAGS="$CFLAGS -D__CYGWIN__ -D__CYGWIN_USE_BIG_TYPES__"
|
||||
#CFLAGS="$CFLAGS -D__CYGWIN__ -D__CYGWIN_USE_BIG_TYPES__"
|
||||
# stat.st_size with BIG_TYPES is broken (not set) ::atmos
|
||||
CFLAGS="$CFLAGS -D__CYGWIN__"
|
||||
else
|
||||
_confcygwin="TARGET_CYGWIN = no"
|
||||
fi
|
||||
|
Loading…
Reference in New Issue
Block a user