mirror of
https://git.code.sf.net/p/libpng/code.git
synced 2025-07-10 18:04:09 +02:00
[libpng17] Added #ifdef's to contrib/examples programs so people don't try
to compile them without the minimum required support enabled (suggested by Flavio Medeiros).
This commit is contained in:
10
CHANGES
10
CHANGES
@@ -5109,7 +5109,7 @@ Version 1.7.0beta62 [June 1, 2015]
|
||||
far as we can tell, no one uses it. The png_set_filter_heuristics() and
|
||||
png_set_filter_heuristics_fixed() APIs are retained but deprecated.
|
||||
|
||||
Version 1.7.0beta63 [June 5, 2015]
|
||||
Version 1.7.0beta63 [June 6, 2015]
|
||||
Quieted Coverity issues in pngfix.c, png-fix-itxt.c, pngvalid.c,
|
||||
pngstest.c, and pngimage.c. Most seem harmless, but png-fix-itxt
|
||||
would only work with iTXt chunks with length 255 or less.
|
||||
@@ -5126,11 +5126,9 @@ Version 1.7.0beta63 [June 5, 2015]
|
||||
Completed AArch64 support. The previous change to recognize __ARM_NEON
|
||||
didn't touch all the required preprocessor lines. This change removes
|
||||
support for __ARM_NEON__ completely and makes this consistent.
|
||||
|
||||
This change ensures that only compilers which are tracking ARM Ltd
|
||||
specifications will turn the NEON code on, since the code is turned on
|
||||
automatically for AArch64 this seems much safer than trying to track all teh
|
||||
bugs in all the versions of GCC.
|
||||
Added #ifdef's to contrib/examples programs so people don't try
|
||||
to compile them without the minimum required support enabled
|
||||
(suggested by Flavio Medeiros).
|
||||
|
||||
Send comments/corrections/commendations to png-mng-implement at lists.sf.net
|
||||
(subscription required; visit
|
||||
|
||||
Reference in New Issue
Block a user