summaryrefslogtreecommitdiff
path: root/vp9/vp9_common.mk
diff options
context:
space:
mode:
Diffstat (limited to 'vp9/vp9_common.mk')
-rw-r--r--vp9/vp9_common.mk1
1 files changed, 1 insertions, 0 deletions
diff --git a/vp9/vp9_common.mk b/vp9/vp9_common.mk
index b11b53c13..377411431 100644
--- a/vp9/vp9_common.mk
+++ b/vp9/vp9_common.mk
@@ -83,6 +83,7 @@ VP9_COMMON_SRCS-$(HAVE_NEON) += common/arm/neon/vp9_iht8x8_add_neon.c
else
VP9_COMMON_SRCS-$(HAVE_SSE4_1) += common/x86/vp9_highbd_iht4x4_add_sse4.c
VP9_COMMON_SRCS-$(HAVE_SSE4_1) += common/x86/vp9_highbd_iht8x8_add_sse4.c
+VP9_COMMON_SRCS-$(HAVE_SSE4_1) += common/x86/vp9_highbd_iht16x16_add_sse4.c
endif
$(eval $(call rtcd_h_template,vp9_rtcd,vp9/common/vp9_rtcd_defs.pl))