mirror of
https://github.com/libretro/RetroArch
synced 2025-03-01 16:13:40 +00:00
fix building with neon enabled - fixes #4239
This commit is contained in:
parent
93b29aab5a
commit
ef86ec68fa
@ -420,7 +420,7 @@ endif
|
||||
# Audio Resamplers
|
||||
|
||||
ifeq ($(HAVE_NEON),1)
|
||||
OBJ += audio/drivers_resampler/sinc_resampler_neon.o \
|
||||
OBJ += $(LIBRETRO_COMM_DIR)/audio/resampler/drivers/sinc_resampler_neon.o \
|
||||
audio/drivers_resampler/cc_resampler_neon.o
|
||||
# When compiled without this, tries to attempt to compile sinc lerp,
|
||||
# which will error out
|
||||
|
Loading…
x
Reference in New Issue
Block a user