[vlc-devel] commit: mtime: grah, compile before thou commits. (Derk-Jan Hartman )

git version control git at videolan.org
Mon Jun 1 13:41:05 CEST 2009


vlc | branch: master | Derk-Jan Hartman <hartman at videolan.org> | Mon Jun  1 13:40:27 2009 +0200| [4c2b6cc32632393be6bda0d123bc1de50201ac12] | committer: Derk-Jan Hartman 

mtime: grah, compile before thou commits.

/me idiot.

> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=4c2b6cc32632393be6bda0d123bc1de50201ac12
---

 src/misc/mtime.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/src/misc/mtime.c b/src/misc/mtime.c
index 29cb076..a0c24e8 100644
--- a/src/misc/mtime.c
+++ b/src/misc/mtime.c
@@ -56,7 +56,7 @@
 #   include <sys/time.h>
 #endif
 
-#if defines(__APPLE__) && && !defined(__powerpc__) && !defined(__ppc__) && !defined(__ppc64__)
+#if defined(__APPLE__) && !defined(__powerpc__) && !defined(__ppc__) && !defined(__ppc64__)
 #define USE_APPLE_MACH 1
 #   include <mach/mach.h>
 #   include <mach/mach_time.h>




More information about the vlc-devel mailing list