[devel] Added some PNG_NO_* defines to contrib/pngminim/*/pngusr.h to
save some space.
This commit is contained in:
parent
98eb24c726
commit
7efdbaf320
3
ANNOUNCE
3
ANNOUNCE
@ -158,7 +158,7 @@ version 1.5.0beta17 [April 17, 2010]
|
|||||||
dependent (and those that are system dependent) are evaluated
|
dependent (and those that are system dependent) are evaluated
|
||||||
each time - pngconf.h holds these. Options that can be changed
|
each time - pngconf.h holds these. Options that can be changed
|
||||||
per-file in the application are in png.h. Frozen options are
|
per-file in the application are in png.h. Frozen options are
|
||||||
in the new installed header file pnglibconf.h
|
in the new installed header file pnglibconf.h (John Bowler)
|
||||||
Removed the xcode project because it has not been updated to work
|
Removed the xcode project because it has not been updated to work
|
||||||
with libpng-1.5.0.
|
with libpng-1.5.0.
|
||||||
|
|
||||||
@ -169,6 +169,7 @@ version 1.5.0beta18 [April 17, 2010]
|
|||||||
errors are disabled via PNG_NO_WARN or PNG_NO_ERROR_TEXT, to avoid
|
errors are disabled via PNG_NO_WARN or PNG_NO_ERROR_TEXT, to avoid
|
||||||
storing unneeded error/warning text.
|
storing unneeded error/warning text.
|
||||||
Updated contrib/pngminim project to work with the new pnglibconf.h
|
Updated contrib/pngminim project to work with the new pnglibconf.h
|
||||||
|
Added some PNG_NO_* defines to contrib/pngminim/*/pngusr.h to save space.
|
||||||
|
|
||||||
Send comments/corrections/commendations to png-mng-implement at lists.sf.net:
|
Send comments/corrections/commendations to png-mng-implement at lists.sf.net:
|
||||||
(subscription required; visit
|
(subscription required; visit
|
||||||
|
3
CHANGES
3
CHANGES
@ -2639,7 +2639,7 @@ version 1.5.0beta17 [April 17, 2010]
|
|||||||
dependent (and those that are system dependent) are evaluated
|
dependent (and those that are system dependent) are evaluated
|
||||||
each time - pngconf.h holds these. Options that can be changed
|
each time - pngconf.h holds these. Options that can be changed
|
||||||
per-file in the application are in png.h. Frozen options are
|
per-file in the application are in png.h. Frozen options are
|
||||||
in the new installed header file pnglibconf.h
|
in the new installed header file pnglibconf.h (John Bowler)
|
||||||
Removed the xcode project because it has not been updated to work
|
Removed the xcode project because it has not been updated to work
|
||||||
with libpng-1.5.0.
|
with libpng-1.5.0.
|
||||||
Removed the ability to include optional pngusr.h
|
Removed the ability to include optional pngusr.h
|
||||||
@ -2651,6 +2651,7 @@ version 1.5.0beta18 [April 17, 2010]
|
|||||||
errors are disabled via PNG_NO_WARN or PNG_NO_ERROR_TEXT, to avoid
|
errors are disabled via PNG_NO_WARN or PNG_NO_ERROR_TEXT, to avoid
|
||||||
storing unneeded error/warning text.
|
storing unneeded error/warning text.
|
||||||
Updated contrib/pngminim project to work with the new pnglibconf.h
|
Updated contrib/pngminim project to work with the new pnglibconf.h
|
||||||
|
Added some PNG_NO_* defines to contrib/pngminim/*/pngusr.h to save space.
|
||||||
|
|
||||||
Send comments/corrections/commendations to png-mng-implement at lists.sf.net
|
Send comments/corrections/commendations to png-mng-implement at lists.sf.net
|
||||||
(subscription required; visit
|
(subscription required; visit
|
||||||
|
@ -70,5 +70,6 @@
|
|||||||
#define PNG_NO_PROGRESSIVE_READ
|
#define PNG_NO_PROGRESSIVE_READ
|
||||||
#define PNG_NO_USER_LIMITS
|
#define PNG_NO_USER_LIMITS
|
||||||
#define PNG_NO_SET_USER_LIMITS
|
#define PNG_NO_SET_USER_LIMITS
|
||||||
|
#define PNG_NO_CONVERT_TIME_RFC1123
|
||||||
|
|
||||||
#endif /* MINRDPNGCONF_H */
|
#endif /* MINRDPNGCONF_H */
|
||||||
|
@ -68,5 +68,6 @@
|
|||||||
#define PNG_NO_EASY_ACCESS
|
#define PNG_NO_EASY_ACCESS
|
||||||
#define PNG_NO_USER_LIMITS
|
#define PNG_NO_USER_LIMITS
|
||||||
#define PNG_NO_SET_USER_LIMITS
|
#define PNG_NO_SET_USER_LIMITS
|
||||||
|
#define PNG_NO_CONVERT_TIME_RFC1123
|
||||||
|
|
||||||
#endif /* MINWRPNGCONF_H */
|
#endif /* MINWRPNGCONF_H */
|
||||||
|
@ -60,5 +60,6 @@
|
|||||||
#define PNG_NO_EASY_ACCESS
|
#define PNG_NO_EASY_ACCESS
|
||||||
#define PNG_NO_USER_LIMITS
|
#define PNG_NO_USER_LIMITS
|
||||||
#define PNG_NO_SET_USER_LIMITS
|
#define PNG_NO_SET_USER_LIMITS
|
||||||
|
#define PNG_NO_CONVERT_TIME_RFC1123
|
||||||
|
|
||||||
#endif /* MINPRDPNGCONF_H */
|
#endif /* MINPRDPNGCONF_H */
|
||||||
|
Loading…
Reference in New Issue
Block a user