More for "undefined reference to png_init_filter_functions_vsx" (#652)

This commit is contained in:
ManoloFLTK 2023-01-14 13:06:32 +01:00
parent 37775538c4
commit b5f9d6f38e

View File

@ -58,6 +58,17 @@ endif ()
unset (is_arm)
#######################################################################
# Build some files on ppc64
# We compile these files whatever the architecture resulting in void code
# on non-ppc64 architectures.
#######################################################################
LIST (APPEND PNG_SRCS
powerpc/powerpc_init.c
powerpc/filter_vsx_intrinsics.c
)
#######################################################################
# Build the static library
#######################################################################