diff options
author | twinaphex | 2013-02-09 10:05:21 +0100 |
---|---|---|
committer | twinaphex | 2013-02-09 10:05:21 +0100 |
commit | ad72cb33d8ef068b92a059a774dd7871d052a707 (patch) | |
tree | f8623af5beeb8939631acceb2acb505c9497f71c /plugins/gpulib/Makefile | |
parent | 2dfdc938c99783e187f60c1d13db73e0ee434c92 (diff) | |
parent | d57557c0644f9294e30657f0c7cf673cf2914695 (diff) | |
download | pcsx_rearmed-ad72cb33d8ef068b92a059a774dd7871d052a707.tar.gz pcsx_rearmed-ad72cb33d8ef068b92a059a774dd7871d052a707.tar.bz2 pcsx_rearmed-ad72cb33d8ef068b92a059a774dd7871d052a707.zip |
Merge git://github.com/notaz/pcsx_rearmed
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 |