aboutsummaryrefslogtreecommitdiffhomepage
path: root/third_party/libpng/README.google
diff options
context:
space:
mode:
authorGravatar Matt Sarett <msarett@google.com>2015-11-06 14:59:01 -0500
committerGravatar Matt Sarett <msarett@google.com>2015-11-06 15:19:24 -0500
commit1aaaba5216aea73bd9c1d1bf0fdf62005b7cf836 (patch)
treebfdcfd0a62121956b6c770596420ea109a33e476 /third_party/libpng/README.google
parent135805107356fefd8e7787c2a2964fe9177b223c (diff)
Fix the build on Android devices
Diffstat (limited to 'third_party/libpng/README.google')
-rw-r--r--third_party/libpng/README.google5
1 files changed, 2 insertions, 3 deletions
diff --git a/third_party/libpng/README.google b/third_party/libpng/README.google
index cacd08bce9..841b42d82b 100644
--- a/third_party/libpng/README.google
+++ b/third_party/libpng/README.google
@@ -4,14 +4,13 @@ License: libpng license
License File: LICENSE, pulled out of png.h
Description: png compression/decompression library
Local Modifications: (1) Created pnglibconf.h from pnglibconf.h.prebuilt (a
- rename with a few additional settings enabled). (2) Created pngprefix.h
- that is required when using the PNG_PREFIX define. (3) Pulled LICENSE into
+ rename with a few additional settings enabled). (2) Pulled LICENSE into
its own file.
FAQ:
Q: Why does this directory exist?
A: libpng is pulled in through DEPS, but in order to build it using ninja, we
- need to create pnglibconf.h and pngprefix.h. We originally tried creating
+ need to create pnglibconf.h. We originally tried creating
the file as an action in https://codereview.chromium.org/930283002/, but this
apparently led to a race condition on Windows, where some builds failed to
create the file in time for other files to include it. By checking these