From b17618c006c1a79ea0aa38c5e452a384f7f2bc95 Mon Sep 17 00:00:00 2001 From: notaz Date: Mon, 1 Aug 2011 14:07:33 +0300 Subject: spu: split out mixing, use NEON for that on ARM --- Makefile | 3 +++ 1 file changed, 3 insertions(+) (limited to 'Makefile') 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 -- cgit v1.2.3