# HG changeset patch # User atmos4 # Date 1027794824 0 # Node ID 5650ccd5e85725e612655f33f63ddd2b8bdcb9b7 # Parent 6b1810b8d251d8e8c23d7840e5da22fddc358215 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. diff -r 6b1810b8d251 -r 5650ccd5e857 configure --- 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