summaryrefslogtreecommitdiff
path: root/libavutil/timer.h
diff options
context:
space:
mode:
authorDiego Biurrun <diego@biurrun.de>2017-10-07 03:16:11 +0200
committerDiego Biurrun <diego@biurrun.de>2017-10-12 20:04:16 +0200
commitb46900914a1f25ce8dbf49d7c53766ff1f18b60f (patch)
tree6cb899bb0c98c13e4561b25bdb0d9bcd4f95df21 /libavutil/timer.h
parent4f6401df43d7ee9082ea591037b9f9284217d834 (diff)
build: Merge mach/mach_time.h and mach_absolute_time() checks
Diffstat (limited to 'libavutil/timer.h')
-rw-r--r--libavutil/timer.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/libavutil/timer.h b/libavutil/timer.h
index cc4c5a5901..8468159d92 100644
--- a/libavutil/timer.h
+++ b/libavutil/timer.h
@@ -32,7 +32,7 @@
#include "config.h"
-#if HAVE_MACH_MACH_TIME_H
+#if HAVE_MACH_ABSOLUTE_TIME
#include <mach/mach_time.h>
#endif