[vlc-devel] commit: mtime: grah, compile before thou commits. (Derk-Jan Hartman )
git version control
git at videolan.org
Mon Jun 1 13:43:04 CEST 2009
vlc | branch: 1.0-bugfix | Derk-Jan Hartman <hartman at videolan.org> | Mon Jun 1 13:40:27 2009 +0200| [da467bda833a2764e66984dd9765b7b1cd5cdac1] | committer: Derk-Jan Hartman
mtime: grah, compile before thou commits.
/me idiot.
(cherry picked from commit 4c2b6cc32632393be6bda0d123bc1de50201ac12)
Signed-off-by: Derk-Jan Hartman <hartman at videolan.org>
> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=da467bda833a2764e66984dd9765b7b1cd5cdac1
---
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