In contrib/pngminim, #define PNG_NO_READ|WRITE_SWAP in pngusr.h

This commit is contained in:
Glenn Randers-Pehrson 2009-05-28 20:22:38 -05:00
parent 4bb4d01681
commit 45ae51743b
5 changed files with 22 additions and 11 deletions

View File

@ -1,5 +1,5 @@
Libpng 1.4.0beta61 - May 20, 2009 Libpng 1.4.0beta62 - May 29, 2009
This is not intended to be a public release. It will be replaced This is not intended to be a public release. It will be replaced
within a few weeks by a public version or by another test version. within a few weeks by a public version or by another test version.
@ -9,27 +9,27 @@ Files available for download:
Source files with LF line endings (for Unix/Linux) and with a Source files with LF line endings (for Unix/Linux) and with a
"configure" script "configure" script
1.4.0beta61.tar.gz 1.4.0beta62.tar.gz
1.4.0beta61.tar.bz2 1.4.0beta62.tar.bz2
Source files with LF line endings (for Unix/Linux) without the Source files with LF line endings (for Unix/Linux) without the
"configure" script "configure" script
1.4.0beta61-no-config.tar.gz 1.4.0beta62-no-config.tar.gz
1.4.0beta61-no-config.tar.bz2 1.4.0beta62-no-config.tar.bz2
Source files with CRLF line endings (for Windows), without the Source files with CRLF line endings (for Windows), without the
"configure" script "configure" script
lp140b61.zip lp140b62.zip
lp140b61.tar.bz2 lp140b62.tar.bz2
Other information: Other information:
1.4.0beta61-README.txt 1.4.0beta62-README.txt
1.4.0beta61-KNOWNBUGS.txt 1.4.0beta62-KNOWNBUGS.txt
1.4.0beta61-LICENSE.txt 1.4.0beta62-LICENSE.txt
1.4.0beta61-Y2K-compliance.txt 1.4.0beta62-Y2K-compliance.txt
Changes since the last public release (1.2.10): Changes since the last public release (1.2.10):
@ -466,6 +466,10 @@ version 1.4.0beta61 [May 20, 2009]
accordingly. accordingly.
More reformatting of comments, mostly to capitalize sentences. More reformatting of comments, mostly to capitalize sentences.
version 1.4.0beta62 [May 29, 2009]
Added "#define PNG_NO_WRITE_SWAP" to contrib/pngminim/encoder/pngusr.h
and "define PNG_NO_READ_SWAP" to decoder/pngusr.h and preader/pngusr.h
version 1.4.0betaN [future] version 1.4.0betaN [future]
Build shared libraries with -lz and sometimes -lm. Build shared libraries with -lz and sometimes -lm.

View File

@ -2143,6 +2143,10 @@ version 1.4.0beta61 [May 20, 2009]
accordingly. accordingly.
More reformatting of comments, mostly to capitalize sentences. More reformatting of comments, mostly to capitalize sentences.
version 1.4.0beta62 [May 29, 2009]
Added "#define PNG_NO_WRITE_SWAP" to contrib/pngminim/encoder/pngusr.h
and "define PNG_NO_READ_SWAP" to decoder/pngusr.h and preader/pngusr.h
version 1.4.0betaN [future] version 1.4.0betaN [future]
Build shared libraries with -lz and sometimes -lm. Build shared libraries with -lz and sometimes -lm.

View File

@ -30,6 +30,7 @@
#define PNG_NO_READ_PACK #define PNG_NO_READ_PACK
#define PNG_NO_READ_PACKSWAP #define PNG_NO_READ_PACKSWAP
#define PNG_NO_READ_FILLER #define PNG_NO_READ_FILLER
#define PNG_NO_READ_SWAP
#define PNG_NO_READ_SWAP_ALPHA #define PNG_NO_READ_SWAP_ALPHA
#define PNG_NO_READ_INVERT_ALPHA #define PNG_NO_READ_INVERT_ALPHA
#define PNG_NO_READ_RGB_TO_GRAY #define PNG_NO_READ_RGB_TO_GRAY

View File

@ -26,6 +26,7 @@
#define PNG_NO_WRITE_PACK #define PNG_NO_WRITE_PACK
#define PNG_NO_WRITE_PACKSWAP #define PNG_NO_WRITE_PACKSWAP
#define PNG_NO_WRITE_FILLER #define PNG_NO_WRITE_FILLER
#define PNG_NO_WRITE_SWAP
#define PNG_NO_WRITE_SWAP_ALPHA #define PNG_NO_WRITE_SWAP_ALPHA
#define PNG_NO_WRITE_INVERT_ALPHA #define PNG_NO_WRITE_INVERT_ALPHA
#define PNG_NO_WRITE_RGB_TO_GRAY #define PNG_NO_WRITE_RGB_TO_GRAY

View File

@ -24,6 +24,7 @@
#define PNG_NO_READ_PACK #define PNG_NO_READ_PACK
#define PNG_NO_READ_PACKSWAP #define PNG_NO_READ_PACKSWAP
#define PNG_NO_READ_FILLER #define PNG_NO_READ_FILLER
#define PNG_NO_READ_SWAP
#define PNG_NO_READ_SWAP_ALPHA #define PNG_NO_READ_SWAP_ALPHA
#define PNG_NO_READ_INVERT_ALPHA #define PNG_NO_READ_INVERT_ALPHA
#define PNG_NO_READ_RGB_TO_GRAY #define PNG_NO_READ_RGB_TO_GRAY