[libpng17] Bookkeeping: Moved functions around (no changes). Moved transform

function definitions before the place where they are called so that
they can be masde static. Move the intrapixel functions and the
grayscale palette builder out of the png?tran.c files. The latter
isn't a transform function and is no longer used internally, and the
former MNG specific functions are better placed in pngread/pngwrite.c
This commit is contained in:
John Bowler
2013-12-13 23:50:30 -06:00
committed by Glenn Randers-Pehrson
parent 5a1b8d106d
commit d45a632529
9 changed files with 553 additions and 548 deletions

View File

@@ -506,6 +506,7 @@ option INCH_CONVERSIONS
= INCH_CONVERSIONS INCH_CONVERSIONS
# API to build a grayscale palette
# NOTE: this is not used internally by libpng at present.
option BUILD_GRAYSCALE_PALETTE