diff options
Diffstat (limited to 'plugins/AdvaImg/src/FreeImage/PluginPNG.cpp')
-rw-r--r-- | plugins/AdvaImg/src/FreeImage/PluginPNG.cpp | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/plugins/AdvaImg/src/FreeImage/PluginPNG.cpp b/plugins/AdvaImg/src/FreeImage/PluginPNG.cpp index 7a74fe5e81..f6b59e299b 100644 --- a/plugins/AdvaImg/src/FreeImage/PluginPNG.cpp +++ b/plugins/AdvaImg/src/FreeImage/PluginPNG.cpp @@ -35,6 +35,8 @@ #define PNG_BYTES_TO_CHECK 8 +#undef PNG_Z_DEFAULT_COMPRESSION // already used in ../LibPNG/pnglibconf.h + // ---------------------------------------------------------- #include "zlib.h" |