More for "undefined reference to png_init_filter_functions_vsx" (#652)
This commit is contained in:
parent
37775538c4
commit
b5f9d6f38e
@ -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
|
||||
#######################################################################
|
||||
|
Loading…
Reference in New Issue
Block a user