[MPlayer-cvslog] r27808 - trunk/cpuinfo.c

reimar subversion at mplayerhq.hu
Mon Oct 20 20:08:10 CEST 2008


Author: reimar
Date: Mon Oct 20 20:08:10 2008
New Revision: 27808

Log:
Make cpuinfo.c compile under MinGW64

Modified:
   trunk/cpuinfo.c

Modified: trunk/cpuinfo.c
==============================================================================
--- trunk/cpuinfo.c	(original)
+++ trunk/cpuinfo.c	Mon Oct 20 20:08:10 2008
@@ -8,7 +8,7 @@
 #include <string.h>
 #include <unistd.h>
 
-#if defined(__MINGW32__) && (__MINGW32_MAJOR_VERSION <= 3) && (__MINGW32_MINOR_VERSION < 10)
+#if defined(__MINGW32__) && (__MINGW32_MAJOR_VERSION <= 3) && (__MINGW32_MINOR_VERSION < 10) && !defined(MINGW64)
 #include <sys/timeb.h>
 void gettimeofday(struct timeval* t,void* timezone) {
   struct timeb timebuffer;



More information about the MPlayer-cvslog mailing list