You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
src/rwpng.c doesn't build when using libpng15 or libpng16 because the macro ZLIB_VERSION is not found. This is because png.h in these newer versions no longer #include <zlib.h> themselves. Adding "#include <zlib.h>" to src/rwpng.c directly allows the build to finish and pngnq to work.
The text was updated successfully, but these errors were encountered:
src/rwpng.c doesn't build when using libpng15 or libpng16 because the macro ZLIB_VERSION is not found. This is because png.h in these newer versions no longer #include <zlib.h> themselves. Adding "#include <zlib.h>" to src/rwpng.c directly allows the build to finish and pngnq to work.
The text was updated successfully, but these errors were encountered: