summaryrefslogtreecommitdiff
path: root/vp8/vp8_common.mk
diff options
context:
space:
mode:
authorJohann <johannkoenig@google.com>2014-01-10 12:16:59 -0800
committerJohann <johannkoenig@google.com>2014-01-10 12:16:59 -0800
commitdadf3505514ab99226803b043a809c8e61f9e621 (patch)
treef780ea8aeb0069bfaced46328b8dd80a4304f6ba /vp8/vp8_common.mk
parent21a0c1f38fbc622afae6fe36f86f784e6a0cdee9 (diff)
downloadlibvpx-dadf3505514ab99226803b043a809c8e61f9e621.tar
libvpx-dadf3505514ab99226803b043a809c8e61f9e621.tar.gz
libvpx-dadf3505514ab99226803b043a809c8e61f9e621.tar.bz2
libvpx-dadf3505514ab99226803b043a809c8e61f9e621.zip
Apply neon flags to intrinsic files
Filter out files ending in _neon.c and append .neon so the Android build system knows to apply -mfpu=neon Change-Id: Ib67277e5920bfcaeda7c4aa16cd1001b11d59305
Diffstat (limited to 'vp8/vp8_common.mk')
-rw-r--r--vp8/vp8_common.mk2
1 files changed, 1 insertions, 1 deletions
diff --git a/vp8/vp8_common.mk b/vp8/vp8_common.mk
index 0d133678a..a2127c9b7 100644
--- a/vp8/vp8_common.mk
+++ b/vp8/vp8_common.mk
@@ -188,7 +188,7 @@ VP8_COMMON_SRCS-$(HAVE_NEON) += common/arm/neon/vp8_subpixelvariance16x16_neon$
VP8_COMMON_SRCS-$(HAVE_NEON) += common/arm/neon/vp8_subpixelvariance16x16s_neon$(ASM)
# common (neon intrinsics)
-VP8_COMMON_SRCS-$(HAVE_NEON) += common/arm/neon/bilinearpredict_neon_intrinsics.c
+VP8_COMMON_SRCS-$(HAVE_NEON) += common/arm/neon/bilinearpredict_neon.c
$(eval $(call rtcd_h_template,vp8_rtcd,vp8/common/rtcd_defs.sh))