X-Git-Url: https://notaz.gp2x.de/cgi-bin/gitweb.cgi?p=pcsx_rearmed.git;a=blobdiff_plain;f=plugins%2Fgpulib%2FMakefile;fp=plugins%2Fgpulib%2FMakefile;h=cff61410b451eec3396fa248af502aecda606506;hp=4a45aa218ac2545ac28483c0e9eaf1db860b5827;hb=c82f907a99f7d0d3071471489d247f4b4394a8b7;hpb=955f9af0395a7fa2bba0d1c3a4e6ef5d3e111dae diff --git a/plugins/gpulib/Makefile b/plugins/gpulib/Makefile index 4a45aa21..cff61410 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