Commit a6b2070d authored by Scott LaVarnway's avatar Scott LaVarnway
Browse files

Disabled x86inc style assembly functions.... part 2

Missed a file

Change-Id: I33179de6755bc9eda9ad906e4fec6902ace435a5
Showing with 0 additions and 1 deletion
...@@ -34,7 +34,6 @@ VP9_DX_SRCS-yes += decoder/vp9_idct_blk.c ...@@ -34,7 +34,6 @@ VP9_DX_SRCS-yes += decoder/vp9_idct_blk.c
VP9_DX_SRCS-yes := $(filter-out $(VP9_DX_SRCS_REMOVE-yes),$(VP9_DX_SRCS-yes)) VP9_DX_SRCS-yes := $(filter-out $(VP9_DX_SRCS_REMOVE-yes),$(VP9_DX_SRCS-yes))
VP9_DX_SRCS-$(ARCH_X86)$(ARCH_X86_64) += decoder/x86/vp9_x86_dsystemdependent.c
VP9_DX_SRCS-$(HAVE_SSE2) += decoder/x86/vp9_idct_blk_sse2.c VP9_DX_SRCS-$(HAVE_SSE2) += decoder/x86/vp9_idct_blk_sse2.c
$(eval $(call asm_offsets_template,\ $(eval $(call asm_offsets_template,\
......
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment