From ef86ec68fa69d4fd3050d9f8063760231c161f1b Mon Sep 17 00:00:00 2001 From: Jools Wills Date: Wed, 14 Dec 2016 04:22:28 +0000 Subject: [PATCH] fix building with neon enabled - fixes #4239 --- Makefile.common | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile.common b/Makefile.common index 9b9fe49306..8559622b43 100644 --- a/Makefile.common +++ b/Makefile.common @@ -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