From d57557c0644f9294e30657f0c7cf673cf2914695 Mon Sep 17 00:00:00 2001 From: notaz Date: Fri, 8 Feb 2013 02:13:03 +0200 Subject: frontend: add armv6 color space converter --- Makefile | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'Makefile') diff --git a/Makefile b/Makefile index b6f381c..9f8b777 100644 --- a/Makefile +++ b/Makefile @@ -129,6 +129,10 @@ OBJS += plugins/dfinput/main.o plugins/dfinput/pad.o plugins/dfinput/guncon.o OBJS += frontend/cspace.o ifeq "$(HAVE_NEON)" "1" OBJS += frontend/cspace_neon.o +else +ifeq "$(ARCH)" "arm" +OBJS += frontend/cspace_arm.o +endif endif ifeq "$(PLATFORM)" "generic" -- cgit v1.2.3