comparison 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
comparison
equal deleted inserted replaced
6822:6b1810b8d251 6823:5650ccd5e857
3653 _def_odivx_postprocess='#undef HAVE_ODIVX_POSTPROCESS' 3653 _def_odivx_postprocess='#undef HAVE_ODIVX_POSTPROCESS'
3654 _nocodecmodules="opendivx $_nocodecmodules" 3654 _nocodecmodules="opendivx $_nocodecmodules"
3655 echores "no" 3655 echores "no"
3656 fi # DivX5 check 3656 fi # DivX5 check
3657 fi 3657 fi
3658 echores "no" 3658
3659 fi # XviD divx4 compatiblity check 3659 fi # XviD divx4 compatiblity check
3660 3660
3661 # mencoder requires (optional) those libs: libmp3lame and divx4linux encore 3661 # mencoder requires (optional) those libs: libmp3lame and divx4linux encore
3662 if test "$_mencoder" != no ; then 3662 if test "$_mencoder" != no ; then
3663 3663
3966 3966
3967 # Determine OS dependent libs 3967 # Determine OS dependent libs
3968 if cygwin ; then 3968 if cygwin ; then
3969 _confcygwin='TARGET_CYGWIN = yes' 3969 _confcygwin='TARGET_CYGWIN = yes'
3970 _def_confwin32='#define WIN32' 3970 _def_confwin32='#define WIN32'
3971 CFLAGS="$CFLAGS -D__CYGWIN__ -D__CYGWIN_USE_BIG_TYPES__" 3971 #CFLAGS="$CFLAGS -D__CYGWIN__ -D__CYGWIN_USE_BIG_TYPES__"
3972 # stat.st_size with BIG_TYPES is broken (not set) ::atmos
3973 CFLAGS="$CFLAGS -D__CYGWIN__"
3972 else 3974 else
3973 _confcygwin="TARGET_CYGWIN = no" 3975 _confcygwin="TARGET_CYGWIN = no"
3974 fi 3976 fi
3975 3977
3976 # Dynamic linking flags 3978 # Dynamic linking flags