Fix compilation errors with miniz
This commit is contained in:
2
Source/ThirdParty/tinyexr/miniz.cpp
vendored
2
Source/ThirdParty/tinyexr/miniz.cpp
vendored
@@ -1251,7 +1251,7 @@ static mz_bool tdefl_compress_block(tdefl_compressor *d, mz_bool static_block)
|
|||||||
return tdefl_compress_lz_codes(d);
|
return tdefl_compress_lz_codes(d);
|
||||||
}
|
}
|
||||||
|
|
||||||
static const mz_uint s_tdefl_num_probes[11];
|
extern const mz_uint s_tdefl_num_probes[11];
|
||||||
|
|
||||||
static int tdefl_flush_block(tdefl_compressor *d, int flush)
|
static int tdefl_flush_block(tdefl_compressor *d, int flush)
|
||||||
{
|
{
|
||||||
|
|||||||
Reference in New Issue
Block a user