[libpng15] Imported from libpng-1.5.16beta05.tar

This commit is contained in:
Glenn Randers-Pehrson
2013-02-17 21:57:14 -06:00
parent dc7e768526
commit 7bef6f83ec
14 changed files with 30 additions and 28 deletions

View File

@@ -1,6 +1,6 @@
# pngminim/encoder/pngusr.dfa
#
# Copyright (c) 2010-2011 Glenn Randers-Pehrson
# Copyright (c) 2010-2013 Glenn Randers-Pehrson
#
# This code is released under the libpng license.
# For conditions of distribution and use, see the disclaimer
@@ -13,6 +13,8 @@ everything = off
# Switch on the write code - this makes a minimalist encoder
option WRITE on
option WRITE_INVERT on
option WRITE_PACK on
# You must choose fixed or floating point arithmetic:
# option FLOATING_POINT on