< prev index next >

src/java.desktop/share/native/libsplashscreen/libpng/pnglibconf.h

Print this page
rev 55557 : 8217676: Upgrade libpng to 1.6.37
Reviewed-by: prr, jdv

*** 27,48 **** * questions. * * THIS FILE WAS MODIFIED BY ORACLE, INC. */ - /* libpng STANDARD API DEFINITION */ - /* pnglibconf.h - library build configuration */ /* This file is available under and governed by the GNU General Public * License version 2 only, as published by the Free Software Foundation. * However, the following notice accompanied the original version of this * file and, per its terms, should not be removed: */ ! /* libpng version 1.6.35, July 15, 2018 */ ! ! /* Copyright (c) 1998-2018 Glenn Randers-Pehrson */ /* This code is released under the libpng license. */ /* For conditions of distribution and use, see the disclaimer */ /* and license in png.h */ --- 27,46 ---- * questions. * * THIS FILE WAS MODIFIED BY ORACLE, INC. */ /* pnglibconf.h - library build configuration */ /* This file is available under and governed by the GNU General Public * License version 2 only, as published by the Free Software Foundation. * However, the following notice accompanied the original version of this * file and, per its terms, should not be removed: */ + /* libpng version 1.6.37 */ ! /* Copyright (c) 2018-2019 Cosmin Truta */ ! /* Copyright (c) 1998-2002,2004,2006-2018 Glenn Randers-Pehrson */ /* This code is released under the libpng license. */ /* For conditions of distribution and use, see the disclaimer */ /* and license in png.h */
*** 78,87 **** --- 76,87 ---- #define PNG_INCH_CONVERSIONS_SUPPORTED #define PNG_INFO_IMAGE_SUPPORTED #define PNG_IO_STATE_SUPPORTED #define PNG_MNG_FEATURES_SUPPORTED #define PNG_POINTER_INDEXING_SUPPORTED + /*#undef PNG_POWERPC_VSX_API_SUPPORTED*/ + /*#undef PNG_POWERPC_VSX_CHECK_SUPPORTED*/ #define PNG_PROGRESSIVE_READ_SUPPORTED #define PNG_READ_16BIT_SUPPORTED #define PNG_READ_ALPHA_MODE_SUPPORTED #define PNG_READ_ANCILLARY_CHUNKS_SUPPORTED #define PNG_READ_BACKGROUND_SUPPORTED
*** 116,125 **** --- 116,126 ---- #define PNG_READ_UNKNOWN_CHUNKS_SUPPORTED #define PNG_READ_USER_CHUNKS_SUPPORTED #define PNG_READ_USER_TRANSFORM_SUPPORTED #define PNG_READ_bKGD_SUPPORTED #define PNG_READ_cHRM_SUPPORTED + /*#undef PNG_READ_eXIf_SUPPORTED*/ #define PNG_READ_gAMA_SUPPORTED #define PNG_READ_hIST_SUPPORTED /*#undef PNG_READ_iCCP_SUPPORTED*/ /*#undef PNG_READ_iTXt_SUPPORTED*/ #define PNG_READ_oFFs_SUPPORTED
*** 185,194 **** --- 186,196 ---- /*#undef PNG_WRITE_UNKNOWN_CHUNKS_SUPPORTED*/ /*#undef PNG_WRITE_USER_TRANSFORM_SUPPORTED*/ /*#undef PNG_WRITE_WEIGHTED_FILTER_SUPPORTED*/ /*#undef PNG_WRITE_bKGD_SUPPORTED*/ /*#undef PNG_WRITE_cHRM_SUPPORTED*/ + /*#undef PNG_WRITE_eXIf_SUPPORTED*/ /*#undef PNG_WRITE_gAMA_SUPPORTED*/ /*#undef PNG_WRITE_hIST_SUPPORTED*/ /*#undef PNG_WRITE_iCCP_SUPPORTED*/ /*#undef PNG_WRITE_iTXt_SUPPORTED*/ /*#undef PNG_WRITE_oFFs_SUPPORTED*/
*** 202,211 **** --- 204,214 ---- /*#undef PNG_WRITE_tIME_SUPPORTED*/ /*#undef PNG_WRITE_tRNS_SUPPORTED*/ /*#undef PNG_WRITE_zTXt_SUPPORTED*/ #define PNG_bKGD_SUPPORTED #define PNG_cHRM_SUPPORTED + /*#undef PNG_eXIf_SUPPORTED*/ #define PNG_gAMA_SUPPORTED #define PNG_hIST_SUPPORTED #define PNG_iCCP_SUPPORTED #define PNG_iTXt_SUPPORTED #define PNG_oFFs_SUPPORTED
*** 239,249 **** #define PNG_USER_CHUNK_CACHE_MAX 1000 #define PNG_USER_CHUNK_MALLOC_MAX 8000000 #define PNG_USER_HEIGHT_MAX 8000 #define PNG_USER_WIDTH_MAX 8000 #define PNG_ZBUF_SIZE 8192 ! #define PNG_ZLIB_VERNUM 0 #define PNG_Z_DEFAULT_COMPRESSION (-1) #define PNG_Z_DEFAULT_NOFILTER_STRATEGY 0 #define PNG_Z_DEFAULT_STRATEGY 1 #define PNG_sCAL_PRECISION 5 #define PNG_sRGB_PROFILE_CHECKS 2 --- 242,252 ---- #define PNG_USER_CHUNK_CACHE_MAX 1000 #define PNG_USER_CHUNK_MALLOC_MAX 8000000 #define PNG_USER_HEIGHT_MAX 8000 #define PNG_USER_WIDTH_MAX 8000 #define PNG_ZBUF_SIZE 8192 ! #define PNG_ZLIB_VERNUM 0 /* unknown */ #define PNG_Z_DEFAULT_COMPRESSION (-1) #define PNG_Z_DEFAULT_NOFILTER_STRATEGY 0 #define PNG_Z_DEFAULT_STRATEGY 1 #define PNG_sCAL_PRECISION 5 #define PNG_sRGB_PROFILE_CHECKS 2
< prev index next >