Removed PNG_ALIGN check in VSX code since it is not used

This commit is contained in:
Vadim Barkov 2017-01-31 12:15:45 +00:00
parent f2b829166d
commit 9bd58f9387

View File

@ -47,10 +47,6 @@ static int png_have_vsx(png_structp png_ptr);
#endif /* PNG_POWERPC_VSX_FILE */
#endif /* PNG_POWERPC_VSX_CHECK_SUPPORTED */
#ifndef PNG_ALIGNED_MEMORY_SUPPORTED
# error "ALIGNED_MEMORY is required; set: -DPNG_ALIGNED_MEMORY_SUPPORTED"
#endif
void
png_init_filter_functions_vsx(png_structp pp, unsigned int bpp)
{