-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
chore(deps): bump libpng from
c1cc0f3
to 3714c58
Bumps [libpng](https://github.com/pnggroup/libpng) from `c1cc0f3` to `3714c58`. - [Commits](pnggroup/libpng@c1cc0f3...3714c58) --- updated-dependencies: - dependency-name: libpng dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com>
- Loading branch information
1 parent
1c6210e
commit 889ac91
Showing
1 changed file
with
1 addition
and
1 deletion.
There are no files selected for viewing
Submodule libpng
updated
30 files
+1 −0 | AUTHORS | |
+18 −116 | CMakeLists.txt | |
+2 −2 | LICENSE | |
+943 −318 | configure | |
+ − | contrib/testpngs/png-3/cicp-display-p3_reencoded.png | |
+412 −324 | ltmain.sh | |
+2 −2 | png.c | |
+16 −4 | png.h | |
+25 −0 | pngget.c | |
+8 −0 | pnginfo.h | |
+8 −0 | pngpread.c | |
+12 −0 | pngpriv.h | |
+11 −1 | pngread.c | |
+41 −0 | pngrutil.c | |
+28 −1 | pngset.c | |
+16 −1 | pngtest.c | |
+ − | pngtest.png | |
+58 −26 | pngwrite.c | |
+23 −0 | pngwutil.c | |
+275 −187 | scripts/autoconf/libtool.m4 | |
+68 −38 | scripts/autoconf/ltoptions.m4 | |
+1 −1 | scripts/autoconf/ltsugar.m4 | |
+6 −6 | scripts/autoconf/ltversion.m4 | |
+1 −1 | scripts/autoconf/lt~obsolete.m4 | |
+104 −0 | scripts/cmake/PNGGenConfig.cmake | |
+42 −0 | scripts/cmake/PNGTest.cmake | |
+2 −1 | scripts/pnglibconf.dfa | |
+4 −1 | scripts/pnglibconf.h.prebuilt | |
+2 −0 | scripts/symbols.def | |
+3 −0 | tests/pngtest-all |