summaryrefslogtreecommitdiff
path: root/Build/source/libs/libpng/libpng-1.6.2/contrib/pngminim/encoder/pngusr.dfa
diff options
context:
space:
mode:
authorPeter Breitenlohner <peb@mppmu.mpg.de>2013-06-07 07:01:51 +0000
committerPeter Breitenlohner <peb@mppmu.mpg.de>2013-06-07 07:01:51 +0000
commit119b49e986981845ad98da07407a51e9bc21c34c (patch)
tree07ba6013c42a7c7ab63ad3e6cb225041b9131b2a /Build/source/libs/libpng/libpng-1.6.2/contrib/pngminim/encoder/pngusr.dfa
parenta337a7fb08323a6626ec6f181a9c23cd1ba3de45 (diff)
libpng 1.5.16 (downgraded)
git-svn-id: svn://tug.org/texlive/trunk@30830 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Build/source/libs/libpng/libpng-1.6.2/contrib/pngminim/encoder/pngusr.dfa')
-rw-r--r--Build/source/libs/libpng/libpng-1.6.2/contrib/pngminim/encoder/pngusr.dfa35
1 files changed, 0 insertions, 35 deletions
diff --git a/Build/source/libs/libpng/libpng-1.6.2/contrib/pngminim/encoder/pngusr.dfa b/Build/source/libs/libpng/libpng-1.6.2/contrib/pngminim/encoder/pngusr.dfa
deleted file mode 100644
index 88d8b2a07ab..00000000000
--- a/Build/source/libs/libpng/libpng-1.6.2/contrib/pngminim/encoder/pngusr.dfa
+++ /dev/null
@@ -1,35 +0,0 @@
-# pngminim/encoder/pngusr.dfa
-#
-# Copyright (c) 2010-2013 Glenn Randers-Pehrson
-#
-# This code is released under the libpng license.
-# For conditions of distribution and use, see the disclaimer
-# and license in png.h
-
-# First all the build options off:
-
-everything = off
-
-# Switch on the write code - this makes a minimalist encoder
-
-option WRITE 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
-# program here, pnm2pngm, requires the following. Take a look
-# at pnglibconf.h to find out the full set of what has to be
-# enabled to make the following work.
-
-option SETJMP on
-option STDIO on