Skip to content

Commit 72839d0

Browse files
committed
Merge pull request #99996 from akien-mga/libpng-1.6.44
libpng: Update to upstream 1.6.44
2 parents 442f114 + d471210 commit 72839d0

File tree

9 files changed

+79
-366
lines changed

9 files changed

+79
-366
lines changed

drivers/png/SCsub

-1
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,6 @@ if env["builtin_libpng"]:
4848
neon_sources = []
4949
neon_sources.append(env_neon.Object(thirdparty_dir + "arm/arm_init.c"))
5050
neon_sources.append(env_neon.Object(thirdparty_dir + "arm/filter_neon_intrinsics.c"))
51-
neon_sources.append(env_neon.Object(thirdparty_dir + "arm/filter_neon.S"))
5251
neon_sources.append(env_neon.Object(thirdparty_dir + "arm/palette_neon_intrinsics.c"))
5352
thirdparty_obj += neon_sources
5453
elif env["arch"].startswith("x86"):

thirdparty/README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -511,14 +511,14 @@ Files extracted from upstream source:
511511
## libpng
512512

513513
- Upstream: http://libpng.org/pub/png/libpng.html
514-
- Version: 1.6.43 (ed217e3e601d8e462f7fd1e04bed43ac42212429, 2024)
514+
- Version: 1.6.44 (f5e92d76973a7a53f517579bc95d61483bf108c0, 2024)
515515
- License: libpng/zlib
516516

517517
Files extracted from upstream source:
518518

519519
- All `.c` and `.h` files of the main directory, apart from `example.c` and
520520
`pngtest.c`
521-
- `arm/`, `intel/` and `powerpc/` folders
521+
- `arm/` (minus `filter_neon.S`), `intel/` and `powerpc/` (minus `.editorconfig`) folders
522522
- `scripts/pnglibconf.h.prebuilt` as `pnglibconf.h`
523523
- `LICENSE`
524524

thirdparty/libpng/arm/filter_neon.S

-253
This file was deleted.

0 commit comments

Comments
 (0)