| commit | c3d73f4da99e094730457bfc1ffd00f5d71984db | [log] [tgz] |
|---|---|---|
| author | Glenn Randers-Pehrson <glennrp at users.sourceforge.net> | Sat Apr 24 09:18:57 2010 -0500 |
| committer | Glenn Randers-Pehrson <glennrp at users.sourceforge.net> | Sat Apr 24 09:18:57 2010 -0500 |
| tree | ddcdd30d4c03d29b7fd272dc675ca852f1a45ff8 | |
| parent | 1ff571914ce1a7e0641e139b6bc33a56d6880c7e [diff] |
[devel] Added PNG_{READ,WRITE}_INT_FUNCTIONS_SUPPORTED.
This allows the functions
to read and write ints to be disabled independently of PNG_USE_READ_MACROS,
which allows libpng to be built with the functions even though the default
is to use the macros - this allows applications to choose at app build
time whether or not to use macros (previously impossible because the
functions weren't in the default build.)