Add the feature of tile-based decoding to PNG.

There is a relevant patch to the change in zlib:
https://android-git.corp.google.com/g/#change,63173

Change-Id: I617b8740a50af0d75df9f49fa6b88dd2decb36dd
diff --git a/pngconf.h b/pngconf.h
index defc16d..27c9c32 100644
--- a/pngconf.h
+++ b/pngconf.h
@@ -22,6 +22,10 @@
 
 #define PNG_1_2_X
 
+#ifndef PNG_NO_INDEX_SUPPORTED
+#  define PNG_INDEX_SUPPORTED
+#endif
+
 /*
  * PNG_USER_CONFIG has to be defined on the compiler command line. This
  * includes the resource compiler for Windows DLL configurations.