[Mplayer-cvslog] CVS: main configure,1.524,1.525

Atmosfear atmos4 at mplayerhq.hu
Sat Jul 27 20:33:47 CEST 2002


Update of /cvsroot/mplayer/main
In directory mail:/var/tmp.root/cvs-serv13687

Modified Files:
	configure 
Log Message:
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.


Index: configure
===================================================================
RCS file: /cvsroot/mplayer/main/configure,v
retrieving revision 1.524
retrieving revision 1.525
diff -u -r1.524 -r1.525
--- configure	23 Jul 2002 15:13:00 -0000	1.524
+++ configure	27 Jul 2002 18:33:44 -0000	1.525
@@ -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




More information about the MPlayer-cvslog mailing list