Mercurial > mplayer.hg
changeset 6823:5650ccd5e857
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.
author | atmos4 |
---|---|
date | Sat, 27 Jul 2002 18:33:44 +0000 |
parents | 6b1810b8d251 |
children | 50f0d99097f5 |
files | configure |
diffstat | 1 files changed, 4 insertions(+), 2 deletions(-) [+] |
line wrap: on
line diff
--- a/configure Sat Jul 27 14:52:38 2002 +0000 +++ b/configure Sat Jul 27 18:33:44 2002 +0000 @@ -3655,7 +3655,7 @@ 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 @@ 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