mirror of
https://github.com/opencv/opencv.git
synced 2025-06-11 20:09:23 +08:00
Fix compilation when USE_ZLIB is false
create a dummy gzFile type
This commit is contained in:
parent
aa1b031274
commit
74abbd0898
@ -67,6 +67,8 @@
|
||||
# define _FILE_OFFSET_BITS 0
|
||||
# endif
|
||||
# include <zlib.h>
|
||||
#else
|
||||
typedef void* gzFile;
|
||||
#endif
|
||||
|
||||
/****************************************************************************************\
|
||||
|
Loading…
Reference in New Issue
Block a user