summaryrefslogtreecommitdiff
path: root/vp9
diff options
context:
space:
mode:
authorYaowu Xu <yaowu@google.com>2012-12-04 08:35:37 -0800
committerYaowu Xu <yaowu@google.com>2012-12-04 09:12:49 -0800
commit6a5e6e054951cefc337734f4c0f3c97582c59e09 (patch)
treecacb8aab588f0c677c39e6c06e4278fcc85819d8 /vp9
parent48556db7b2e190a8d5236062c1f63bb2681cedb4 (diff)
downloadlibvpx-6a5e6e054951cefc337734f4c0f3c97582c59e09.tar
libvpx-6a5e6e054951cefc337734f4c0f3c97582c59e09.tar.gz
libvpx-6a5e6e054951cefc337734f4c0f3c97582c59e09.tar.bz2
libvpx-6a5e6e054951cefc337734f4c0f3c97582c59e09.zip
Fix the build with MSVC
1. remove the dependency on non existing "vp9_temporal_filter_x86.h" 2. prefix filenames with vp9_ in obj_int_extract.bat to reflect the change of the actual filenames. Change-Id: Ib1b4d96ac41788f76917764a6722d8461c857302
Diffstat (limited to 'vp9')
-rw-r--r--vp9/vp9cx.mk1
1 files changed, 0 insertions, 1 deletions
diff --git a/vp9/vp9cx.mk b/vp9/vp9cx.mk
index d20e79a6c..b19036e1d 100644
--- a/vp9/vp9cx.mk
+++ b/vp9/vp9cx.mk
@@ -86,7 +86,6 @@ VP9_CX_SRCS-yes += encoder/vp9_mbgraph.h
VP9_CX_SRCS-$(ARCH_X86)$(ARCH_X86_64) += encoder/x86/vp9_mcomp_x86.h
VP9_CX_SRCS-$(ARCH_X86)$(ARCH_X86_64) += encoder/x86/vp9_quantize_x86.h
-VP9_CX_SRCS-$(ARCH_X86)$(ARCH_X86_64) += encoder/x86/vp9_temporal_filter_x86.h
VP9_CX_SRCS-$(ARCH_X86)$(ARCH_X86_64) += encoder/x86/vp9_x86_csystemdependent.c
VP9_CX_SRCS-$(HAVE_MMX) += encoder/x86/vp9_variance_mmx.c
VP9_CX_SRCS-$(HAVE_MMX) += encoder/x86/vp9_variance_impl_mmx.asm