aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authornotaz2011-08-01 14:07:33 +0300
committernotaz2011-08-01 23:32:15 +0300
commitb17618c006c1a79ea0aa38c5e452a384f7f2bc95 (patch)
treeeb0e1c607c123eb6fb57867e9a0fbfa7bc0dc820 /Makefile
parentb1094d0ef5dce90b6c344e7616ca0acd10050c7e (diff)
downloadpcsx_rearmed-b17618c006c1a79ea0aa38c5e452a384f7f2bc95.tar.gz
pcsx_rearmed-b17618c006c1a79ea0aa38c5e452a384f7f2bc95.tar.bz2
pcsx_rearmed-b17618c006c1a79ea0aa38c5e452a384f7f2bc95.zip
spu: split out mixing, use NEON for that on ARM
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile3
1 files changed, 3 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index 335a03a..11b7387 100644
--- a/Makefile
+++ b/Makefile
@@ -58,6 +58,9 @@ OBJS += plugins/dfsound/dma.o plugins/dfsound/freeze.o \
plugins/dfsound/registers.o plugins/dfsound/spu.o
plugins/dfsound/spu.o: plugins/dfsound/adsr.c plugins/dfsound/reverb.c \
plugins/dfsound/xa.c
+ifeq "$(ARCH)" "arm"
+OBJS += plugins/dfsound/arm_utils.o
+endif
ifeq "$(USE_OSS)" "1"
plugins/dfsound/%.o: CFLAGS += -DUSEOSS
OBJS += plugins/dfsound/oss.o