From c82f907a99f7d0d3071471489d247f4b4394a8b7 Mon Sep 17 00:00:00 2001 From: notaz Date: Fri, 8 Feb 2013 02:05:48 +0200 Subject: move cspace back to frontend plugins no longer depend on it --- plugins/gpulib/Makefile | 5 ----- 1 file changed, 5 deletions(-) (limited to 'plugins/gpulib/Makefile') diff --git a/plugins/gpulib/Makefile b/plugins/gpulib/Makefile index 4a45aa2..cff6141 100644 --- a/plugins/gpulib/Makefile +++ b/plugins/gpulib/Makefile @@ -16,11 +16,6 @@ else OBJS += vout_pl.o EXT = $(ARCH).a endif -ifeq "$(HAVE_NEON)" "1" -OBJS += cspace_neon.o -else -OBJS += cspace.o -endif CFLAGS += $(PLUGIN_CFLAGS) # need to compile to another dir, same files are compiled -- cgit v1.2.3