Fixed VSX compilation time checks

__ppc64__ -> __PPC64__
This commit is contained in:
Vadim Barkov 2017-02-12 09:57:16 +00:00
parent a343882c74
commit 29775cef5e

View File

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