[libpng16] Added symbol prefixing that allows all the libpng external symbols

to be prefixed (suggested by Reuben Hawkins).  This is work in progress that
breaks some non-configure builds.
This commit is contained in:
John Bowler
2012-01-31 07:28:13 -06:00
committed by Glenn Randers-Pehrson
parent 572b078d8c
commit 42369ccd85
10 changed files with 126 additions and 15 deletions

View File

@@ -161,6 +161,12 @@ setting USER_VERSIONINFO_LEGALTRADEMARKS
setting API_RULE default 0
# This allows a prefix to be added to the front of every API functon name (and
# therefore every symbol) by redefining all the function names with the prefix
# in a new file "pngprefix.h"; this file must be installed in png.h if this
# facility is used.
setting PREFIX
# Default to using the read macros
setting DEFAULT_READ_MACROS default 1