Mercurial > mplayer.hg
diff configure @ 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 | c012f2f64190 |
children | e029995a9d88 |
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