Restore png_combine_row() to progressive-read-only builds.

This commit is contained in:
Glenn Randers-Pehrson
2009-05-18 15:28:44 -05:00
parent 5902059c7c
commit 0ab7868d8a
3 changed files with 4 additions and 6 deletions

View File

@@ -455,8 +455,8 @@ version 1.4.0beta59 [May 15, 2009]
Relocated misplaced #endif in pngwrite.c, sCAL chunk handler.
version 1.4.0beta60 [May 18, 2009]
Conditionally compile png_combine_row() and png_read_finish_row()
which are not used by progressive readers.
Conditionally compile png_read_finish_row() which is not used by
progressive readers.
version 1.4.0betaN [future]
Build shared libraries with -lz and sometimes -lm.