make/lib/Awt2dLibraries.gmk
changeset 57618 53154e45385a
parent 55195 8b8d83cf9097
child 57620 04d6e5758a99
equal deleted inserted replaced
57617:5f3b05a36d61 57618:53154e45385a
   789   ifeq ($(call isTargetOs, macosx), true)
   789   ifeq ($(call isTargetOs, macosx), true)
   790     # libsplashscreen on macosx do not use the unix code
   790     # libsplashscreen on macosx do not use the unix code
   791     LIBSPLASHSCREEN_EXCLUDE_SRC_PATTERNS := /unix/
   791     LIBSPLASHSCREEN_EXCLUDE_SRC_PATTERNS := /unix/
   792   endif
   792   endif
   793 
   793 
   794   LIBSPLASHSCREEN_CFLAGS += -DSPLASHSCREEN -DPNG_NO_MMX_CODE -DPNG_ARM_NEON_OPT=0
   794   LIBSPLASHSCREEN_CFLAGS += -DSPLASHSCREEN -DPNG_NO_MMX_CODE \
       
   795                             -DPNG_ARM_NEON_OPT=0 -DPNG_ARM_NEON_IMPLEMENTATION=0
   795 
   796 
   796   ifeq ($(call isTargetOs, linux), true)
   797   ifeq ($(call isTargetOs, linux), true)
   797     ifeq ($(call isTargetCpuArch, ppc), true)
   798     ifeq ($(call isTargetCpuArch, ppc), true)
   798       LIBSPLASHSCREEN_CFLAGS += -DPNG_POWERPC_VSX_OPT=0
   799       LIBSPLASHSCREEN_CFLAGS += -DPNG_POWERPC_VSX_OPT=0
   799     endif
   800     endif