Removed PNG_ALIGN dependency from VSX since it is not needed
This commit is contained in:
parent
80041d15b2
commit
0aa1b967f0
@ -191,7 +191,7 @@
|
|||||||
#endif
|
#endif
|
||||||
|
|
||||||
#ifndef PNG_POWERPC_VSX_OPT
|
#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
|
# define PNG_POWERPC_VSX_OPT 2
|
||||||
# else
|
# else
|
||||||
# define PNG_POWERPC_VSX_OPT 0
|
# define PNG_POWERPC_VSX_OPT 0
|
||||||
|
Loading…
Reference in New Issue
Block a user