downgrade libpng

added zlib_root to libpng includes
This commit is contained in:
marauder2k7 2026-01-01 11:47:39 +00:00
parent 782ac5d82c
commit 37934ccdac
299 changed files with 17711 additions and 25584 deletions

View file

@ -1,8 +0,0 @@
# https://editorconfig.org
root = false
# FIXME
[*.[ch]]
max_doc_length = unset
max_line_length = unset

View file

@ -23,7 +23,7 @@
#if PNG_POWERPC_VSX_OPT > 0
#ifndef __VSX__
# error This code requires VSX support (POWER7 and later); please compile with -mvsx
# error "This code requires VSX support (POWER7 and later). Please provide -mvsx compiler flag."
#endif
#define vec_ld_unaligned(vec,data) vec = vec_vsx_ld(0,data)

View file

@ -1,3 +1,4 @@
/* powerpc_init.c - POWERPC optimised filter functions
*
* Copyright (c) 2018 Cosmin Truta
@ -46,7 +47,7 @@ static int png_have_vsx(png_structp png_ptr);
#include PNG_POWERPC_VSX_FILE
#else /* PNG_POWERPC_VSX_FILE */
# error PNG_POWERPC_VSX_FILE undefined: no support for run-time POWERPC VSX checks
# error "PNG_POWERPC_VSX_FILE undefined: no support for run-time POWERPC VSX checks"
#endif /* PNG_POWERPC_VSX_FILE */
#endif /* PNG_POWERPC_VSX_CHECK_SUPPORTED */