[devel] Use FIXED_POINT in contrib/pngminim/decoder and encoder

This commit is contained in:
Glenn Randers-Pehrson
2010-07-29 20:28:36 -05:00
parent f01459fd40
commit dbe0c9d8c7
3 changed files with 17 additions and 4 deletions

View File

@@ -15,6 +15,7 @@ option PROGRESSIVE_READ on
# You may choose fixed or floating point APIs:
# 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):