File tree Expand file tree Collapse file tree 2 files changed +6
-6
lines changed Expand file tree Collapse file tree 2 files changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -2028,4 +2028,4 @@ main(void)
2028
2028
#endif
2029
2029
2030
2030
/* Generate a compiler error if there is an old png.h in the search path. */
2031
- typedef png_libpng_version_1_6_37 Your_png_h_is_not_version_1_6_37 ;
2031
+ typedef png_libpng_version_1_6_39 Your_png_h_is_not_version_1_6_39 ;
Original file line number Diff line number Diff line change 5
5
6
6
import os
7
7
8
- TAG = '1.6.37 '
9
- HASH = '2ce2b855af307ca92a6e053f521f5d262c36eb836b4810cb53c809aa3ea2dcc08f834aee0ffd66137768a54397e28e92804534a74abb6fc9f6f3127f14c9c338 '
8
+ TAG = '1.6.39 '
9
+ HASH = '19851afffbe2ffde62d918f7e9017dec778a7ce9c60c75cdc65072f086e6cdc9d9895eb7b207535a84cb5f4ead77ebc2aa9d80025f153662903023e1f7ab9bae '
10
10
11
11
deps = ['zlib' ]
12
12
variants = {
@@ -67,9 +67,9 @@ def show():
67
67
68
68
pnglibconf_h = r'''/* pnglibconf.h - library build configuration */
69
69
70
- /* libpng version 1.6.37 */
70
+ /* libpng version 1.6.39 */
71
71
72
- /* Copyright (c) 2018-2019 Cosmin Truta */
72
+ /* Copyright (c) 2018-2022 Cosmin Truta */
73
73
/* Copyright (c) 1998-2002,2004,2006-2018 Glenn Randers-Pehrson */
74
74
75
75
/* This code is released under the libpng license. */
@@ -341,7 +341,7 @@ def show():
341
341
#define PNG_USER_MEM_SUPPORTED
342
342
#define PNG_USER_TRANSFORM_INFO_SUPPORTED
343
343
#define PNG_USER_TRANSFORM_PTR_SUPPORTED
344
- /*#undef PNG_WARNINGS_SUPPORTED*/
344
+ #define PNG_WARNINGS_SUPPORTED
345
345
#define PNG_WRITE_16BIT_SUPPORTED
346
346
#define PNG_WRITE_ANCILLARY_CHUNKS_SUPPORTED
347
347
#define PNG_WRITE_BGR_SUPPORTED
You can’t perform that action at this time.
0 commit comments