mirror of
https://git.code.sf.net/p/libpng/code.git
synced 2025-07-10 18:04:09 +02:00
Removed PNG_ALIGN check in VSX code since it is not used
This commit is contained in:
parent
f2b829166d
commit
9bd58f9387
@ -47,10 +47,6 @@ static int png_have_vsx(png_structp png_ptr);
|
|||||||
#endif /* PNG_POWERPC_VSX_FILE */
|
#endif /* PNG_POWERPC_VSX_FILE */
|
||||||
#endif /* PNG_POWERPC_VSX_CHECK_SUPPORTED */
|
#endif /* PNG_POWERPC_VSX_CHECK_SUPPORTED */
|
||||||
|
|
||||||
#ifndef PNG_ALIGNED_MEMORY_SUPPORTED
|
|
||||||
# error "ALIGNED_MEMORY is required; set: -DPNG_ALIGNED_MEMORY_SUPPORTED"
|
|
||||||
#endif
|
|
||||||
|
|
||||||
void
|
void
|
||||||
png_init_filter_functions_vsx(png_structp pp, unsigned int bpp)
|
png_init_filter_functions_vsx(png_structp pp, unsigned int bpp)
|
||||||
{
|
{
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user