Merge "move vp9_error_intrin_avx2.c"

This commit is contained in:
Johann Koenig 2017-05-01 19:52:36 +00:00 committed by Gerrit Code Review
commit 3d33a462b3
2 changed files with 1 additions and 1 deletions

View File

@ -123,7 +123,7 @@ ifeq ($(CONFIG_VP9_TEMPORAL_DENOISING),yes)
VP9_CX_SRCS-$(HAVE_SSE2) += encoder/x86/vp9_denoiser_sse2.c
endif
VP9_CX_SRCS-$(HAVE_AVX2) += encoder/x86/vp9_error_intrin_avx2.c
VP9_CX_SRCS-$(HAVE_AVX2) += encoder/x86/vp9_error_avx2.c
ifneq ($(CONFIG_VP9_HIGHBITDEPTH),yes)
VP9_CX_SRCS-$(HAVE_NEON) += encoder/arm/neon/vp9_error_neon.c