[libpng16] Fixed misplaced brackets in earlier patch to pngpriv.h
This commit is contained in:
parent
910aaadddb
commit
c45f1223cb
@ -123,7 +123,7 @@
|
|||||||
* Note that gcc-4.9 defines __ARM_NEON instead of __ARM_NEON__, so we
|
* Note that gcc-4.9 defines __ARM_NEON instead of __ARM_NEON__, so we
|
||||||
* check both variants.
|
* check both variants.
|
||||||
*/
|
*/
|
||||||
# if defined(__ARM_NEON__) || defined(__ARM_NEON) && \
|
# if (defined(__ARM_NEON__) || defined(__ARM_NEON)) && \
|
||||||
defined(PNG_ALIGNED_MEMORY_SUPPORTED)
|
defined(PNG_ALIGNED_MEMORY_SUPPORTED)
|
||||||
# define PNG_ARM_NEON_OPT 2
|
# define PNG_ARM_NEON_OPT 2
|
||||||
# else
|
# else
|
||||||
|
Loading…
Reference in New Issue
Block a user