diff options
author | notaz | 2013-02-08 02:05:48 +0200 |
---|---|---|
committer | notaz | 2013-02-08 02:05:48 +0200 |
commit | c82f907a99f7d0d3071471489d247f4b4394a8b7 (patch) | |
tree | f807cdc8edf8a83086d6eee32b04428ac91dd2f0 /plugins/gpulib/Makefile | |
parent | 955f9af0395a7fa2bba0d1c3a4e6ef5d3e111dae (diff) | |
download | pcsx_rearmed-c82f907a99f7d0d3071471489d247f4b4394a8b7.tar.gz pcsx_rearmed-c82f907a99f7d0d3071471489d247f4b4394a8b7.tar.bz2 pcsx_rearmed-c82f907a99f7d0d3071471489d247f4b4394a8b7.zip |
move cspace back to frontend
plugins no longer depend on it
Diffstat (limited to 'plugins/gpulib/Makefile')
-rw-r--r-- | plugins/gpulib/Makefile | 5 |
1 files changed, 0 insertions, 5 deletions
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 |