From 9bd58f93873549db54702e63857501123dc57987 Mon Sep 17 00:00:00 2001 From: Vadim Barkov Date: Tue, 31 Jan 2017 12:15:45 +0000 Subject: Removed PNG_ALIGN check in VSX code since it is not used --- powerpc/powerpc_init.c | 4 ---- 1 file changed, 4 deletions(-) diff --git a/powerpc/powerpc_init.c b/powerpc/powerpc_init.c index d406893ce..9bbae8b5b 100644 --- a/powerpc/powerpc_init.c +++ b/powerpc/powerpc_init.c @@ -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) { -- cgit v1.2.1