mirror of
https://github.com/opencv/opencv.git
synced 2026-07-29 07:13:02 +04:00
Fix compilation when USE_ZLIB is false
create a dummy gzFile type
This commit is contained in:
@@ -67,6 +67,8 @@
|
||||
# define _FILE_OFFSET_BITS 0
|
||||
# endif
|
||||
# include <zlib.h>
|
||||
#else
|
||||
typedef void* gzFile;
|
||||
#endif
|
||||
|
||||
/****************************************************************************************\
|
||||
|
||||
Reference in New Issue
Block a user