Skip to content

Commit

Permalink
Removed PNG_ALIGN check in VSX code since it is not used
Browse files Browse the repository at this point in the history
  • Loading branch information
Vadim Barkov committed Jan 31, 2017
1 parent f2b8291 commit 9bd58f9
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions powerpc/powerpc_init.c
Original file line number Diff line number Diff line change
Expand Up @@ -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)
{
Expand Down

0 comments on commit 9bd58f9

Please sign in to comment.