[libpng16] 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-19 15:24:06 -06:00
committed by Glenn Randers-Pehrson
parent bff81bdddc
commit c10930a4fc
9 changed files with 549 additions and 543 deletions

View File

@@ -480,6 +480,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