uuangian / miniz

Automatically exported from code.google.com/p/miniz
0 stars 0 forks source link

Can not use in libtiff #16

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
1. replace "zlib.h" with "miniz.c" in tif_zip.c
2. compile and it will report "Z_BINARY is not defined"
3.

What is the expected output? What do you see instead?

What version of the product are you using? On what operating system?
1.14 on mac

Please provide any additional information below.
Some zlib macros are not defined in miniz.c

Thanks

Original issue reported on code.google.com by fenglinq...@gmail.com on 13 Sep 2013 at 12:58

GoogleCodeExporter commented 8 years ago
Thanks fenglinqing - I'll see what I can do. As long as libtiff doesn't use 
some of the more esoteric features of zlib I should be able to get it to work.

Original comment by richge...@gmail.com on 13 Sep 2013 at 7:27