[devel] Added a prototype for png_64bit_product()

in png.c (suggested by Peter Breitenlohner)
This commit is contained in:
Glenn Randers-Pehrson
2009-07-23 12:53:06 -05:00
parent 8f075be1e2
commit 3f705ba9a5
3 changed files with 16 additions and 10 deletions

View File

@@ -1,5 +1,5 @@
Libpng 1.4.0beta69 - July 20, 2009
Libpng 1.4.0beta69 - July 23, 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.
@@ -502,12 +502,13 @@ version 1.4.0beta67 [July 6, 2009]
version 1.4.0beta68 [July 19, 2009]
Avoid some tests in filter selection in pngwutil.c
version 1.4.0beta69 [July 20, 2009]
version 1.4.0beta69 [July 23, 2009]
Simplified the new filter-selection test. This runs faster in the
common "PNG_ALL_FILTERS" and PNG_FILTER_NONE cases.
Removed extraneous declaration from the new call to png_read_gray_to_rgb()
(bug introduced in libpng-1.4.0beta67).
Fixed up xcode project (Alam Arias)
Declared internal png_64bit_product() static.
version 1.4.0betaN [future]
Build shared libraries with -lz and sometimes -lm.