[devel] Added "option READ_16_TO_8 on" to contrib/pngminim/decoder/pnglibconf.dfa

and contrib/pngminim/preader/pnglibconf.dfa
This commit is contained in:
Glenn Randers-Pehrson
2010-08-27 09:37:06 -05:00
parent 2f70282295
commit 0c57414490
4 changed files with 57 additions and 8 deletions

View File

@@ -12,16 +12,19 @@ everything = off
# All that is required is some read code. This example switches
# on the sequential read code (see ../preader for a progressive
# read example).
option SEQUENTIAL_READ on
# You must choose fixed or floating point arithmetic:
# option FLOATING_POINT on
option FIXED_POINT on
# You must chose the internal fixed point implementation or to
# use the system floating point. The latter is considerably
# smaller (by about 1kbyte on an x86 system):
# option FLOATING_ARITHMETIC on
option FLOATING_ARITHMETIC off
# Your program will probably need other options. The example
@@ -31,3 +34,4 @@ option FLOATING_ARITHMETIC off
option SETJMP on
option STDIO on
option READ_EXPAND on
option READ_16BIT on