Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(67)

Unified Diff: third_party/libpng/README.google

Issue 2046603002: Prefix png functions (Closed) Base URL: https://skia.googlesource.com/skia.git@pngconf
Patch Set: Created 4 years, 6 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | third_party/libpng/pnglibconf.h » ('j') | third_party/libpng/pnglibconf.h » ('J')
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: third_party/libpng/README.google
diff --git a/third_party/libpng/README.google b/third_party/libpng/README.google
index d9248899e372057b825ee02bfab7ceffa03185e4..b7153bd4221d70dd7a824c64dd8df7c81c04854c 100644
--- a/third_party/libpng/README.google
+++ b/third_party/libpng/README.google
@@ -4,9 +4,12 @@ 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
- pure rename).
+ (1) Created pnglibconf.h from pnglibconf.h.prebuilt. This
+ is mostly a rename, with Skia-specific settings at the end.
+ The only difference is for pngprefix.h.
(2) Included Intel optimizations by running:
"patch -i contrib/intel/intel_sse.patch -p1"
(3) Removed files unused by Skia
(4) Fixed an undefined behavior bug (skbug.com/5390)
+ (5) Add pngprefix.h, so multiple versions of libpng can
+ coexist.
« no previous file with comments | « no previous file | third_party/libpng/pnglibconf.h » ('j') | third_party/libpng/pnglibconf.h » ('J')

Powered by Google App Engine
This is Rietveld 408576698