Removed PNG_ALIGN dependency from VSX since it is not needed

This commit is contained in:
Vadim Barkov 2017-01-31 15:09:48 +03:00 committed by GitHub
parent 80041d15b2
commit 0aa1b967f0

View File

@ -191,7 +191,7 @@
#endif
#ifndef PNG_POWERPC_VSX_OPT
# if defined(__ppc64__) && defined(__ALTIVEC__) && defined(PNG_ALIGNED_MEMORY_SUPPORTED)
# if defined(__ppc64__) && defined(__ALTIVEC__) && defined(__VSX__)
# define PNG_POWERPC_VSX_OPT 2
# else
# define PNG_POWERPC_VSX_OPT 0