1
0
mirror of https://github.com/opencv/opencv.git synced 2026-07-29 23:33:05 +04:00

Fix zlib issue on iOS

This commit is contained in:
Yuriy Solovyov
2017-04-14 17:16:00 +03:00
parent b37f0c5ac2
commit 26ccc09c46
-9
View File
@@ -50,15 +50,6 @@
#define USE_ZLIB 1
#ifdef __APPLE__
# include "TargetConditionals.h"
# if (defined TARGET_OS_IPHONE && TARGET_OS_IPHONE) || (defined TARGET_IPHONE_SIMULATOR && TARGET_IPHONE_SIMULATOR)
# undef USE_ZLIB
# define USE_ZLIB 0
typedef void* gzFile;
# endif
#endif
#if USE_ZLIB
# ifndef _LFS64_LARGEFILE
# define _LFS64_LARGEFILE 0