| OLD | NEW |
| 1 URL: http://www.libpng.org/pub/png/libpng.html | 1 URL: http://www.libpng.org/pub/png/libpng.html |
| 2 Version: 1.6.22rc01 | 2 Version: 1.6.22rc01 |
| 3 License: libpng license | 3 License: libpng license |
| 4 License File: LICENSE, pulled out of png.h | 4 License File: LICENSE, pulled out of png.h |
| 5 Description: png compression/decompression library | 5 Description: png compression/decompression library |
| 6 Local Modifications: | 6 Local Modifications: |
| 7 (1) Created pnglibconf.h from pnglibconf.h.prebuilt (a | 7 (1) Created pnglibconf.h from pnglibconf.h.prebuilt. This |
| 8 pure rename). | 8 is mostly a rename, with Skia-specific settings at the end. |
| 9 The only difference is for pngprefix.h. |
| 9 (2) Included Intel optimizations by running: | 10 (2) Included Intel optimizations by running: |
| 10 "patch -i contrib/intel/intel_sse.patch -p1" | 11 "patch -i contrib/intel/intel_sse.patch -p1" |
| 11 (3) Removed files unused by Skia | 12 (3) Removed files unused by Skia |
| 12 (4) Fixed an undefined behavior bug (skbug.com/5390) | 13 (4) Fixed an undefined behavior bug (skbug.com/5390) |
| 14 (5) Add pngprefix.h, so multiple versions of libpng can |
| 15 coexist. |
| OLD | NEW |