diff options
author | gspencer@google.com <gspencer@google.com@0039d316-1c4b-4281-b951-d872f2087c98> | 2009-06-22 23:22:47 +0000 |
---|---|---|
committer | gspencer@google.com <gspencer@google.com@0039d316-1c4b-4281-b951-d872f2087c98> | 2009-06-22 23:22:47 +0000 |
commit | 3e2f52c914d317e045b779eeb9a9241a763b6db4 (patch) | |
tree | aeb78406fb9c2c1365bada313ee02bb3441a1c7d /third_party/libpng/README | |
parent | 2996231cee980f67ec8c0b10d12fda9599521062 (diff) | |
download | chromium_src-3e2f52c914d317e045b779eeb9a9241a763b6db4.zip chromium_src-3e2f52c914d317e045b779eeb9a9241a763b6db4.tar.gz chromium_src-3e2f52c914d317e045b779eeb9a9241a763b6db4.tar.bz2 |
This updates the PNG library to 1.2.37, which fixes some bugs internal to the PNG library, and it turns on some functionality that O3D needs for manipulating PNG files: It removes the definition of PNG_NO_WRITE_FILLER, PNG_NO_READ_FILLER, PNG_NO_SEQUENTIAL_READ_SUPPORTED, and PNG_NO_INFO_IMAGE from pngusr.h so that the functions used by O3D to read images progressively and for filler bytes for pixel expansion (RGB -> RGBX) are available.
BUG=none
TEST=successful trybot run for all platforms.
Review URL: http://codereview.chromium.org/140074
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@18982 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'third_party/libpng/README')
-rw-r--r-- | third_party/libpng/README | 14 |
1 files changed, 7 insertions, 7 deletions
diff --git a/third_party/libpng/README b/third_party/libpng/README index 06caf24..1bdc342 100644 --- a/third_party/libpng/README +++ b/third_party/libpng/README @@ -1,4 +1,4 @@ -README for libpng version 1.2.36 - May 7, 2009 (shared library 12.0) +README for libpng version 1.2.37 - June 4, 2009 (shared library 12.0) See the note about version numbers near the top of png.h See INSTALL for instructions on how to install libpng. @@ -194,11 +194,11 @@ Files in this distribution: descrip.mms => VMS makefile for MMS or MMK makefile.std => Generic UNIX makefile (cc, creates static libpng.a) makefile.elf => Linux/ELF makefile symbol versioning, - gcc, creates libpng12.so.0.1.2.36) + gcc, creates libpng12.so.0.1.2.37) makefile.linux => Linux/ELF makefile - (gcc, creates libpng12.so.0.1.2.36) + (gcc, creates libpng12.so.0.1.2.37) makefile.gcmmx => Linux/ELF makefile - (gcc, creates libpng12.so.0.1.2.36, + (gcc, creates libpng12.so.0.1.2.37, uses assembler code tuned for Intel MMX platform) makefile.gcc => Generic makefile (gcc, creates static libpng.a) makefile.knr => Archaic UNIX Makefile that converts files with @@ -220,12 +220,12 @@ Files in this distribution: makefile.openbsd => OpenBSD makefile makefile.sgi => Silicon Graphics IRIX (cc, creates static lib) makefile.sggcc => Silicon Graphics - (gcc, creates libpng12.so.0.1.2.36) + (gcc, creates libpng12.so.0.1.2.37) makefile.sunos => Sun makefile makefile.solaris => Solaris 2.X makefile - (gcc, creates libpng12.so.0.1.2.36) + (gcc, creates libpng12.so.0.1.2.37) makefile.so9 => Solaris 9 makefile - (gcc, creates libpng12.so.0.1.2.36) + (gcc, creates libpng12.so.0.1.2.37) makefile.32sunu => Sun Ultra 32-bit makefile makefile.64sunu => Sun Ultra 64-bit makefile makefile.sco => For SCO OSr5 ELF and Unixware 7 with Native cc |