summaryrefslogtreecommitdiff
path: root/configure
diff options
context:
space:
mode:
authorMichael Niedermayer <michaelni@gmx.at>2014-03-09 14:30:24 +0100
committerMichael Niedermayer <michaelni@gmx.at>2014-03-09 14:30:24 +0100
commitc2923100f5a1199c46d5bc351fb3371956d1b90c (patch)
treecb41bb2dbab5fdd3795a3343e17f1ac231d62c0a /configure
parentfa4f57399774b7c09c5978652b2eaea77f8851e1 (diff)
parentc708b5403346255ea5adc776645616cc7c61f078 (diff)
Merge commit 'c708b5403346255ea5adc776645616cc7c61f078'
* commit 'c708b5403346255ea5adc776645616cc7c61f078': timer: use mach_absolute_time as high resolution clock on darwin Conflicts: configure Merged-by: Michael Niedermayer <michaelni@gmx.at>
Diffstat (limited to 'configure')
-rwxr-xr-xconfigure4
1 files changed, 4 insertions, 0 deletions
diff --git a/configure b/configure
index c215478b1b..39ffe0437d 100755
--- a/configure
+++ b/configure
@@ -1606,6 +1606,8 @@ HAVE_LIST="
localtime_r
loongson
lzo1x_999_compress
+ mach_absolute_time
+ mach_mach_time_h
machine_ioctl_bt848_h
machine_ioctl_meteor_h
machine_rw_barrier
@@ -4347,6 +4349,7 @@ check_struct "sys/time.h sys/resource.h" "struct rusage" ru_maxrss
check_func gettimeofday
check_func isatty
check_func localtime_r
+check_func mach_absolute_time
check_func ${malloc_prefix}memalign && enable memalign
check_func mkstemp
check_func mmap
@@ -4389,6 +4392,7 @@ check_header dxva.h
check_header dxva2api.h -D_WIN32_WINNT=0x0600
check_header io.h
check_header libcrystalhd/libcrystalhd_if.h
+check_header mach/mach_time.h
check_header malloc.h
check_header poll.h
check_header sys/mman.h