make/lib/Awt2dLibraries.gmk
changeset 57620 04d6e5758a99
parent 57481 aaa83519e723
parent 57618 53154e45385a
child 57820 3adf32e09b76
child 58665 30a5049a36bb
child 58679 9c3209ff7550
child 58747 c6fd655677ec
equal deleted inserted replaced
57611:c0023e364b6f 57620:04d6e5758a99
   784   ifeq ($(call isTargetOs, macosx), true)
   784   ifeq ($(call isTargetOs, macosx), true)
   785     # libsplashscreen on macosx do not use the unix code
   785     # libsplashscreen on macosx do not use the unix code
   786     LIBSPLASHSCREEN_EXCLUDE_SRC_PATTERNS := /unix/
   786     LIBSPLASHSCREEN_EXCLUDE_SRC_PATTERNS := /unix/
   787   endif
   787   endif
   788 
   788 
   789   LIBSPLASHSCREEN_CFLAGS += -DSPLASHSCREEN -DPNG_NO_MMX_CODE -DPNG_ARM_NEON_OPT=0
   789   LIBSPLASHSCREEN_CFLAGS += -DSPLASHSCREEN -DPNG_NO_MMX_CODE \
       
   790                             -DPNG_ARM_NEON_OPT=0 -DPNG_ARM_NEON_IMPLEMENTATION=0
   790 
   791 
   791   ifeq ($(call isTargetOs, linux), true)
   792   ifeq ($(call isTargetOs, linux), true)
   792     ifeq ($(call isTargetCpuArch, ppc), true)
   793     ifeq ($(call isTargetCpuArch, ppc), true)
   793       LIBSPLASHSCREEN_CFLAGS += -DPNG_POWERPC_VSX_OPT=0
   794       LIBSPLASHSCREEN_CFLAGS += -DPNG_POWERPC_VSX_OPT=0
   794     endif
   795     endif