[libpng16] Imported from libpng-1.6.3beta06.tar

This commit is contained in:
Glenn Randers-Pehrson
2013-05-12 18:16:31 -05:00
parent 61dbc4c608
commit afd6cecb76
18 changed files with 204 additions and 115 deletions

View File

@@ -13,8 +13,9 @@ everything = off
# Switch on the write code - this makes a minimalist encoder
option WRITE on
option WRITE_INVERT on
option WRITE_PACK 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
# You must choose fixed or floating point arithmetic:
# option FLOATING_POINT on