Skip to content

Commit

Permalink
libpng: Update to upstream 1.6.44
Browse files Browse the repository at this point in the history
  • Loading branch information
akien-mga committed Dec 3, 2024
1 parent 0f20e67 commit d471210
Show file tree
Hide file tree
Showing 9 changed files with 79 additions and 366 deletions.
1 change: 0 additions & 1 deletion drivers/png/SCsub
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,6 @@ if env["builtin_libpng"]:
neon_sources = []
neon_sources.append(env_neon.Object(thirdparty_dir + "arm/arm_init.c"))
neon_sources.append(env_neon.Object(thirdparty_dir + "arm/filter_neon_intrinsics.c"))
neon_sources.append(env_neon.Object(thirdparty_dir + "arm/filter_neon.S"))
neon_sources.append(env_neon.Object(thirdparty_dir + "arm/palette_neon_intrinsics.c"))
thirdparty_obj += neon_sources
elif env["arch"].startswith("x86"):
Expand Down
4 changes: 2 additions & 2 deletions thirdparty/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -493,14 +493,14 @@ Files extracted from upstream source:
## libpng

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

Files extracted from upstream source:

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

Expand Down
253 changes: 0 additions & 253 deletions thirdparty/libpng/arm/filter_neon.S

This file was deleted.

Loading

0 comments on commit d471210

Please sign in to comment.