diff options
author | Glenn Randers-Pehrson <glennrp at users.sourceforge.net> | 2011-06-16 09:05:40 -0500 |
---|---|---|
committer | Glenn Randers-Pehrson <glennrp at users.sourceforge.net> | 2011-06-16 09:05:40 -0500 |
commit | 5f0b9276ec35c57d6ce45f5ee97cdc2c460d020d (patch) | |
tree | d893e38efb86c56c063bc63ea6c53c8a1959edd8 /scripts/pnglibconf.dfa | |
parent | 733b13154541e77abfb8e35ff438fa96109baeb6 (diff) | |
download | libpng-5f0b9276ec35c57d6ce45f5ee97cdc2c460d020d.tar.gz |
[devel] Made PNG_READ_16_TO_8_ACCURATE_SCALE configurable again.
If this is not enabled, png_set_strip_16() and png_do_scale_16_to_8()
aren't built.
Diffstat (limited to 'scripts/pnglibconf.dfa')
-rw-r--r-- | scripts/pnglibconf.dfa | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/scripts/pnglibconf.dfa b/scripts/pnglibconf.dfa index b59bd4777..fb9099097 100644 --- a/scripts/pnglibconf.dfa +++ b/scripts/pnglibconf.dfa @@ -550,6 +550,10 @@ option SAVE_INT_32 requires WRITE # png_save_int_32 is required by the ancillary chunks oFFs and pCAL +# enabled at libpng-1.5.4, was present but disabled by default + +option READ_16_TO_8_ACCURATE_SCALE requires READ_16_TO_8 + # added at libpng-1.5.4 option READ_CHOP_16_TO_8 requires READ_16_TO_8 |