Merge pull request #4240 from joolswills/neon_fix

fix building with neon enabled - fixes #4239
This commit is contained in:
Twinaphex 2016-12-14 09:11:53 +01:00 committed by GitHub
commit 899d271db6

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