1
0
mirror of https://github.com/FFmpeg/FFmpeg.git synced 2025-11-23 21:54:53 +02:00

build: Merge mach/mach_time.h and mach_absolute_time() checks

This commit is contained in:
Diego Biurrun
2017-10-07 03:16:11 +02:00
parent 4f6401df43
commit b46900914a
2 changed files with 2 additions and 4 deletions

View File

@@ -32,7 +32,7 @@
#include "config.h"
#if HAVE_MACH_MACH_TIME_H
#if HAVE_MACH_ABSOLUTE_TIME
#include <mach/mach_time.h>
#endif