mirror of
https://github.com/libretro/RetroArch
synced 2025-04-01 04:20:27 +00:00
(Android) Buildfix
This commit is contained in:
parent
6a45541f24
commit
52a41e77c4
@ -33,9 +33,9 @@ ifeq ($(TARGET_ARCH_ABI),armeabi-v7a)
|
|||||||
|
|
||||||
ifeq ($(HAVE_NEON),1)
|
ifeq ($(HAVE_NEON),1)
|
||||||
DEFINES += -D__ARM_NEON__
|
DEFINES += -D__ARM_NEON__
|
||||||
LOCAL_SRC_FILES += $(LIBRETRO_COMM_DIR)/conversion/s16_to_float_neon.S.neon \
|
LOCAL_SRC_FILES += $(LIBRETRO_COMM_DIR)/audio/conversion/s16_to_float_neon.S.neon \
|
||||||
$(LIBRETRO_COMM_DIR)/conversion/float_to_s16_neon.S.neon \
|
$(LIBRETRO_COMM_DIR)/audio/conversion/float_to_s16_neon.S.neon \
|
||||||
$(RARCH_DIR)/audio/drivers_resampler/sinc_resampler_neon.S.neon \
|
$(LIBRETRO_COMM_DIR)/audio/resampler/drivers/sinc_resampler_neon.S.neon \
|
||||||
$(RARCH_DIR)/audio/drivers_resampler/cc_resampler_neon.S.neon
|
$(RARCH_DIR)/audio/drivers_resampler/cc_resampler_neon.S.neon
|
||||||
endif
|
endif
|
||||||
DEFINES += -DSINC_LOWER_QUALITY
|
DEFINES += -DSINC_LOWER_QUALITY
|
||||||
|
Loading…
x
Reference in New Issue
Block a user