Skip to content

Commit 4a0f7e4

Browse files
haominwjayathirthrao
authored andcommitted
8374321: Fix undefined reference to 'png_init_filter_functions_lsx' after 8371914
Reviewed-by: jiefu, jdv
1 parent a59dbc5 commit 4a0f7e4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

make/modules/java.desktop/lib/ClientLibraries.gmk

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -164,7 +164,7 @@ ifeq ($(ENABLE_HEADLESS_ONLY), false)
164164

165165
ifeq ($(USE_EXTERNAL_LIBPNG), false)
166166
LIBSPLASHSCREEN_HEADER_DIRS += libsplashscreen/libpng
167-
LIBSPLASHSCREEN_CFLAGS += -DPNG_NO_MMX_CODE -DPNG_ARM_NEON_OPT=0
167+
LIBSPLASHSCREEN_CFLAGS += -DPNG_NO_MMX_CODE -DPNG_ARM_NEON_OPT=0 \
168168
-DPNG_ARM_NEON_IMPLEMENTATION=0 -DPNG_LOONGARCH_LSX_OPT=0
169169

170170
ifeq ($(call isTargetOs, linux)+$(call isTargetCpuArch, ppc), true+true)

0 commit comments

Comments
 (0)