fix building with neon enabled - fixes #4239

This commit is contained in:
Jools Wills 2016-12-14 04:22:28 +00:00
parent 93b29aab5a
commit ef86ec68fa

View File

@ -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