mirror of
https://github.com/fltk/fltk.git
synced 2026-06-01 23:06:54 +08:00
More for "undefined reference to png_init_filter_functions_vsx" (#652)
This commit is contained in:
@@ -58,6 +58,17 @@ endif ()
|
|||||||
|
|
||||||
unset (is_arm)
|
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
|
# Build the static library
|
||||||
#######################################################################
|
#######################################################################
|
||||||
|
|||||||
Reference in New Issue
Block a user