diff --git a/ANNOUNCE b/ANNOUNCE index 80b2dfceb..57a70f924 100644 --- a/ANNOUNCE +++ b/ANNOUNCE @@ -371,6 +371,7 @@ Version 1.5.0beta44 [August 11, 2010] Implemented memory checks within pngvalid Reformatted/rearranged pngvalid.c to assist use of progressive reader. Check interlaced images in pngvalid + Clarified pngusr.h comments in pnglibconf.dfa Send comments/corrections/commendations to png-mng-implement at lists.sf.net: (subscription required; visit diff --git a/CHANGES b/CHANGES index 56ab6fe1d..7e81ab61e 100644 --- a/CHANGES +++ b/CHANGES @@ -3008,6 +3008,7 @@ Version 1.5.0beta44 [August 11, 2010] Implemented memory checks within pngvalid Reformatted/rearranged pngvalid.c to assist use of progressive reader. Check interlaced images in pngvalid + Clarified pngusr.h comments in pnglibconf.dfa Send comments/corrections/commendations to png-mng-implement at lists.sf.net (subscription required; visit diff --git a/scripts/pnglibconf.dfa b/scripts/pnglibconf.dfa index 0ccbe8eff..d1efb81a2 100644 --- a/scripts/pnglibconf.dfa +++ b/scripts/pnglibconf.dfa @@ -77,7 +77,7 @@ file pnglibconf.h scripts/pnglibconf.dfa PNGLCONF_H # 2) Add definitions of the settings you want to change to # CPPFLAGS; for example: # -# #define PNG_DEFAULT_READ_MACROS 0 +# -DPNG_DEFAULT_READ_MACROS=0 # # (This would change the default to *not* use read macros.) Be # very careful to change only settings that don't alter the API @@ -93,14 +93,17 @@ file pnglibconf.h scripts/pnglibconf.dfa PNGLCONF_H # option BAR [on|off] # # Then add this file to the options.awk command line (the *first* -# one) after this file. +# one) after this file. The make macro DFA_XTRA is provided to make +# this easier (set it like CPPFLAGS prior to running ./configure). +# Look at the builds below contrib/pngminim for some extreme examples +# of how this can be used. # # Don't edit this file unless you are contributing a patch to # libpng and need new or modified options/settings. #---------------------------------------------------------------------- # The following causes commented out #undef lines to be written to -# pnglibconf.h, this can be stopped by logunsupported=0 in a later +# pnglibconf.h; this can be stopped by logunsupported=0 in a later # file or on the command line (after pnglibconf.dfa) logunsupported = 1