[libpng16] Enabled WRITE_INVERT and WRITE_PACK in contrib/pngminim/encoder.

This commit is contained in:
Glenn Randers-Pehrson 2013-11-22 15:16:04 -06:00
parent c912050a7b
commit 503a49458b
3 changed files with 4 additions and 2 deletions

View File

@ -39,6 +39,7 @@ Version 1.6.8beta01 [November 22, 2013]
complex dependencies in scripts/pnglibconf.dfa. This change adds
contrib/conftest/*.dfa files that can be used in automatic build
scripts to ensure that these configurations continue to build.
Enabled WRITE_INVERT and WRITE_PACK in contrib/pngminim/encoder.
Send comments/corrections/commendations to png-mng-implement at lists.sf.net
(subscription required; visit

View File

@ -4724,6 +4724,7 @@ Version 1.6.8beta01 [November 22, 2013]
complex dependencies in scripts/pnglibconf.dfa. This change adds
contrib/conftest/*.dfa files that can be used in automatic build
scripts to ensure that these configurations continue to build.
Enabled WRITE_INVERT and WRITE_PACK in contrib/pngminim/encoder.
Send comments/corrections/commendations to png-mng-implement at lists.sf.net
(subscription required; visit

View File

@ -14,8 +14,8 @@ everything = off
option WRITE on
# These 2 options are required if you need to read PGM (P1 or P4) PGM files.
# option WRITE_INVERT on
# option WRITE_PACK on
option WRITE_INVERT on
option WRITE_PACK on
# You must choose fixed or floating point arithmetic:
# option FLOATING_POINT on