Merged example.c with libpng-1.2.37beta01

(from the git master branch)
This commit is contained in:
Glenn Randers-Pehrson
2009-05-13 07:33:22 -05:00
parent d603c89397
commit 640b7d514d
3 changed files with 15 additions and 10 deletions

View File

@@ -1,5 +1,5 @@
Libpng 1.4.0beta58 - May 3, 2009
Libpng 1.4.0beta58 - May 13, 2009
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.
@@ -442,9 +442,10 @@ version 1.4.0beta57 [May 2, 2009]
Rebuilt configure scripts with autoconf-2.63 instead of 2.62
Removed pngprefs.h and MMX from makefiles
version 1.4.0beta58 [May 3, 2009]
version 1.4.0beta58 [May 13, 2009]
Changed pngw32.def to pngwin.def in makefile.mingw (typo was intruduced
in beta57).
Clarified usage of sig_bit versus sig_bit_p in example.c (Vincent Torri)
version 1.4.0betaN [future]
Build shared libraries with -lz and sometimes -lm.