summaryrefslogtreecommitdiff
path: root/powerpc
diff options
context:
space:
mode:
authorVadim Barkov <neverscaired@gmail.com>2017-01-31 12:15:45 +0000
committerVadim Barkov <neverscaired@gmail.com>2017-01-31 12:15:45 +0000
commit9bd58f93873549db54702e63857501123dc57987 (patch)
tree64cf216c943a8f11e18416a348ff0a0695d4c89e /powerpc
parentf2b829166d0973840c256d8987eb41093c0c1b60 (diff)
downloadlibpng-9bd58f93873549db54702e63857501123dc57987.tar.gz
Removed PNG_ALIGN check in VSX code since it is not used
Diffstat (limited to 'powerpc')
-rw-r--r--powerpc/powerpc_init.c4
1 files changed, 0 insertions, 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)
{