Merge pull request #2 from almostalive/master
authorSquarepusher <libretro@gmail.com>
Wed, 27 Mar 2013 22:33:10 +0000 (15:33 -0700)
committerSquarepusher <libretro@gmail.com>
Wed, 27 Mar 2013 22:33:10 +0000 (15:33 -0700)
tiny little android neon build fix

jni/Android.mk

index 81962e0..72c6738 100644 (file)
@@ -39,7 +39,7 @@ ifeq ($(TARGET_ARCH),arm)
    else
       LOCAL_ARM_NEON := true
       LOCAL_CFLAGS += -DNEON_BUILD -DTEXTURE_CACHE_4BPP -DTEXTURE_CACHE_8BPP
-      LOCAL_SRC_FILES += ../libpcsxcore/gte_neon.S ../frontend/cspace_neon.s
+      LOCAL_SRC_FILES += ../libpcsxcore/gte_neon.S ../frontend/cspace_neon.S
 
       # gpu
       LOCAL_SRC_FILES += ../plugins/gpu_neon/psx_gpu_if.c ../plugins/gpu_neon/psx_gpu/psx_gpu_arm_neon.S