Default to Z_FILTERED if PNG_Z_DEFAULT_STRATEGY isn't defined

This commit is contained in:
Cacodemon345
2021-08-25 12:51:58 +06:00
parent c46ebc6a5e
commit d47d41174b

View File

@@ -65,6 +65,9 @@
# define PATH_PNG_DLL "libpng16.so"
#endif
#ifndef PNG_Z_DEFAULT_STRATEGY
#define PNG_Z_DEFAULT_STRATEGY 1
#endif
# define PNGFUNC(x) png_ ## x