aosp12/external/pdfium/third_party/libpng16
hcl 7be3fd486c init from android-12.1.0_r8 2023-01-09 17:11:35 +08:00
..
arm init from android-12.1.0_r8 2023-01-09 17:11:35 +08:00
intel init from android-12.1.0_r8 2023-01-09 17:11:35 +08:00
0000-build-config.patch init from android-12.1.0_r8 2023-01-09 17:11:35 +08:00
0002-static-png-gt.patch init from android-12.1.0_r8 2023-01-09 17:11:35 +08:00
LICENSE init from android-12.1.0_r8 2023-01-09 17:11:35 +08:00
README.pdfium init from android-12.1.0_r8 2023-01-09 17:11:35 +08:00
png.c init from android-12.1.0_r8 2023-01-09 17:11:35 +08:00
png.h init from android-12.1.0_r8 2023-01-09 17:11:35 +08:00
pngconf.h init from android-12.1.0_r8 2023-01-09 17:11:35 +08:00
pngdebug.h init from android-12.1.0_r8 2023-01-09 17:11:35 +08:00
pngerror.c init from android-12.1.0_r8 2023-01-09 17:11:35 +08:00
pngget.c init from android-12.1.0_r8 2023-01-09 17:11:35 +08:00
pnginfo.h init from android-12.1.0_r8 2023-01-09 17:11:35 +08:00
pnglibconf.h init from android-12.1.0_r8 2023-01-09 17:11:35 +08:00
pngmem.c init from android-12.1.0_r8 2023-01-09 17:11:35 +08:00
pngpread.c init from android-12.1.0_r8 2023-01-09 17:11:35 +08:00
pngprefix.h init from android-12.1.0_r8 2023-01-09 17:11:35 +08:00
pngpriv.h init from android-12.1.0_r8 2023-01-09 17:11:35 +08:00
pngread.c init from android-12.1.0_r8 2023-01-09 17:11:35 +08:00
pngrio.c init from android-12.1.0_r8 2023-01-09 17:11:35 +08:00
pngrtran.c init from android-12.1.0_r8 2023-01-09 17:11:35 +08:00
pngrutil.c init from android-12.1.0_r8 2023-01-09 17:11:35 +08:00
pngset.c init from android-12.1.0_r8 2023-01-09 17:11:35 +08:00
pngstruct.h init from android-12.1.0_r8 2023-01-09 17:11:35 +08:00
pngtrans.c init from android-12.1.0_r8 2023-01-09 17:11:35 +08:00
pngwio.c init from android-12.1.0_r8 2023-01-09 17:11:35 +08:00
pngwrite.c init from android-12.1.0_r8 2023-01-09 17:11:35 +08:00
pngwtran.c init from android-12.1.0_r8 2023-01-09 17:11:35 +08:00
pngwutil.c init from android-12.1.0_r8 2023-01-09 17:11:35 +08:00

README.pdfium

Name: libpng
URL: http://libpng.org/
Version: 1.6.37
Security Critical: yes
License: libpng license
License Android Compatible: yes

Description:
PNG library.

Local Modifications:

Local changes in Chromium's copy of libpng as of
e87a02987101e2dbe319a4aba6b52470f7624b4a - see README.chromium.

pnglibconf.h: a copy of libpng's scripts/pnglibconf.h.prebuilt.
pngprefix.h: manually-created redefinitions to avoid conflicts with Chromium.
0000-build-config.patch: Local build configuration changes.
0002-static-png-gt.patch: Unconditionally use static png_gt() in png.c to avoid compilation warning.