mirror of
https://github.com/opencv/opencv.git
synced 2025-07-25 22:57:53 +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
|
# define _FILE_OFFSET_BITS 0
|
||||||
# endif
|
# endif
|
||||||
# include <zlib.h>
|
# include <zlib.h>
|
||||||
|
#else
|
||||||
|
typedef void* gzFile;
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
/****************************************************************************************\
|
/****************************************************************************************\
|
||||||
|
Loading…
Reference in New Issue
Block a user