(Makefile) Add -DSINC_LOWER_QUALITY when compiling with HAVE_NEON

support on ARM Linux
This commit is contained in:
twinaphex 2013-04-01 02:45:25 +02:00
parent 684197ee77
commit 4603f96f12

View File

@ -303,6 +303,9 @@ ifeq ($(HAVE_SINC), 1)
ifeq ($(HAVE_NEON),1)
OBJ += audio/sinc_neon.o
# When compiled without this, tries to attempt to compile sinc lerp,
# which will error out
DEFINES += -DSINC_LOWER_QUALITY
endif
endif
OBJ += audio/utils.o