mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-02-03 21:12:26 +00:00
check: Don't try to include CoreServices.h on iOS
On iOS, we have MobileCoreServices.h but it's not really needed.
This commit is contained in:
parent
e60bd6c662
commit
77af10a521
1 changed files with 4 additions and 1 deletions
|
@ -24,7 +24,10 @@
|
|||
#include <mach/clock.h>
|
||||
#include <mach/mach.h>
|
||||
#include <mach/mach_time.h>
|
||||
#include <CoreServices/CoreServices.h>
|
||||
#include <TargetConditionals.h>
|
||||
# if TARGET_OS_MAC
|
||||
# include <CoreServices/CoreServices.h>
|
||||
# endif
|
||||
#include <unistd.h>
|
||||
#endif
|
||||
|
||||
|
|
Loading…
Reference in a new issue