Browse Source

Don't specify a particular zlib version. Resolves #14.

Brucey 3 years ago
parent
commit
a1995b916a
1 changed files with 1 additions and 1 deletions
  1. 1 1
      png.mod/libpng/pnglibconf.h

+ 1 - 1
png.mod/libpng/pnglibconf.h

@@ -210,7 +210,7 @@
 #define PNG_USER_HEIGHT_MAX 1000000
 #define PNG_USER_WIDTH_MAX 1000000
 #define PNG_ZBUF_SIZE 8192
-#define PNG_ZLIB_VERNUM 0x12c0
+#define PNG_ZLIB_VERNUM 0
 #define PNG_Z_DEFAULT_COMPRESSION (-1)
 #define PNG_Z_DEFAULT_NOFILTER_STRATEGY 0
 #define PNG_Z_DEFAULT_STRATEGY 1