summaryrefslogtreecommitdiff
path: root/lodepng.h
diff options
context:
space:
mode:
authorLode <lvandeve@gmail.com>2015-09-12 23:55:54 +0200
committerLode <lvandeve@gmail.com>2015-09-12 23:55:54 +0200
commit3d1b5d685fca913bcf56753f12c4b538da6878e8 (patch)
tree7609e2cdf424aac7d1bb12528d3cc126bb0a6b0b /lodepng.h
parent0bceffb6eca66fe405c59f5c58c6ef2ff1be4add (diff)
add LODEPNG_NO_COMPILE_CRC compile option
Diffstat (limited to 'lodepng.h')
-rw-r--r--lodepng.h4
1 files changed, 3 insertions, 1 deletions
diff --git a/lodepng.h b/lodepng.h
index 74e4495..59f0dda 100644
--- a/lodepng.h
+++ b/lodepng.h
@@ -1,5 +1,5 @@
/*
-LodePNG version 20150418
+LodePNG version 20150912
Copyright (c) 2005-2015 Lode Vandevenne
@@ -41,6 +41,8 @@ to disable code sections, which can give faster compile time and smaller binary.
The "NO_COMPILE" defines are designed to be used to pass as defines to the
compiler command to disable them without modifying this header, e.g.
-DLODEPNG_NO_COMPILE_ZLIB for gcc.
+In addition to those below, you can also define LODEPNG_NO_COMPILE_CRC to
+allow implementing a custom lodepng_crc32.
*/
/*deflate & zlib. If disabled, you must specify alternative zlib functions in
the custom_zlib field of the compress and decompress settings*/