summaryrefslogtreecommitdiff
path: root/vp9/vp9_common.mk
diff options
context:
space:
mode:
authorJames Zern <jzern@google.com>2015-03-31 18:06:21 -0700
committerJames Zern <jzern@google.com>2015-03-31 18:06:21 -0700
commita98f6c0254dc496de641179a04770df5a1893a55 (patch)
treed02979ccee871c29bfc2f279a56a180317df375e /vp9/vp9_common.mk
parent8845334097d1cb03fc8d7a91c86f02235afc8da6 (diff)
downloadlibvpx-a98f6c0254dc496de641179a04770df5a1893a55.tar
libvpx-a98f6c0254dc496de641179a04770df5a1893a55.tar.gz
libvpx-a98f6c0254dc496de641179a04770df5a1893a55.tar.bz2
libvpx-a98f6c0254dc496de641179a04770df5a1893a55.zip
vp9/neon: skip some files in high-bitdepth build
exclude files that only contain functions for non-high-bitdepth builds. this removes some warnings related to missing prototypes Change-Id: Ic6642998c46a7b808c6c53b2f9c34bcd4d037abe
Diffstat (limited to 'vp9/vp9_common.mk')
-rw-r--r--vp9/vp9_common.mk2
1 files changed, 2 insertions, 0 deletions
diff --git a/vp9/vp9_common.mk b/vp9/vp9_common.mk
index c85498372..4ed34d05c 100644
--- a/vp9/vp9_common.mk
+++ b/vp9/vp9_common.mk
@@ -141,8 +141,10 @@ VP9_COMMON_SRCS-$(HAVE_NEON_ASM) += common/arm/neon/vp9_loopfilter_8_neon_asm$(A
VP9_COMMON_SRCS-$(HAVE_NEON_ASM) += common/arm/neon/vp9_mb_lpf_neon$(ASM)
VP9_COMMON_SRCS-$(HAVE_NEON_ASM) += common/arm/neon/vp9_save_reg_neon$(ASM)
+ifneq ($(CONFIG_VP9_HIGHBITDEPTH),yes)
VP9_COMMON_SRCS-$(HAVE_NEON) += common/arm/neon/vp9_iht4x4_add_neon.c
VP9_COMMON_SRCS-$(HAVE_NEON) += common/arm/neon/vp9_iht8x8_add_neon.c
+endif
VP9_COMMON_SRCS-$(HAVE_NEON) += common/arm/neon/vp9_loopfilter_neon.c
# neon with assembly and intrinsics implementations. If both are available