libpng/contrib
Cosmin Truta 27e8b99287 pngminus: Use the system zlib by default
If a zlib source tree exists besides the libpng source tree in the
same parent directory, the pngminus build may fail, unless the zlib
tree is built fully. In order to avoid this failing scenario, do not
use the custom-built zlib by default.

(The custom-built zlib is still necessary on platforms that lack a
system-built zlib.)
2019-04-10 22:23:25 -04:00
..
arm-neon [libpng16] Imported from libpng-1.6.31.tar 2017-07-27 05:27:17 -05:00
conftest Some more trivial source typos 2018-08-19 00:57:20 -04:00
examples Remove top-level const from function-scope variables 2018-08-18 22:47:16 -04:00
gregbook Replace the remaining uses of PNG_CONST with const 2018-08-18 21:01:02 -04:00
libtests Some more trivial source typos 2018-08-19 00:57:20 -04:00
mips-msa Added build support for MIPS MSA 2016-08-29 19:07:25 +05:30
oss-fuzz Release libpng version 1.6.35 2018-07-15 23:58:00 -04:00
pngminim [libpng16] Removed unneeded "#define PNG_NO_WARNINGS" from contrib/pngminim/* 2014-02-16 13:56:10 -06:00
pngminus pngminus: Use the system zlib by default 2019-04-10 22:23:25 -04:00
pngsuite [libpng16] Imported from libpng-1.6.35beta01.tar 2018-03-06 14:06:24 -06:00
powerpc-vsx Remove top-level const from function-scope variables 2018-08-18 22:47:16 -04:00
testpngs More misc. typos 2018-02-09 06:57:29 -05:00
tools Some more trivial source typos 2018-08-19 00:57:20 -04:00
visupng [libpng16] Replace the remaining uses of png_size_t with size_t 2018-06-17 22:37:44 -04:00
README.txt [libpng16] Update CHANGES and ANNOUNCE 2015-09-25 18:25:08 -05:00

This "contrib" directory contains contributions which are not necessarily under
the libpng license, although all are open source.  They are not part of
libpng proper and are not used for building the library, although some are used
for testing the library via "make check".