From: Jim Bankoski Date: Wed, 17 Oct 2012 16:18:54 +0000 (-0700) Subject: removed obselete build dependency X-Git-Tag: v1.3.0~1217^2~225 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=ffff2134636a3dc52b96542ea9a76e06a6b2877b;p=libvpx removed obselete build dependency this commit fixes the build on windows with visual studio 2008. Change-Id: I0baa4044e9e54237da29f2e17332ea6f766dbbec --- diff --git a/vp8/vp8_common.mk b/vp8/vp8_common.mk index f04bc3497..25c4fe210 100644 --- a/vp8/vp8_common.mk +++ b/vp8/vp8_common.mk @@ -48,7 +48,6 @@ VP8_COMMON_SRCS-yes += common/onyxc_int.h VP8_COMMON_SRCS-yes += common/pred_common.h VP8_COMMON_SRCS-yes += common/pred_common.c VP8_COMMON_SRCS-yes += common/quant_common.h -VP8_COMMON_SRCS-yes += common/recon.h VP8_COMMON_SRCS-yes += common/reconinter.h VP8_COMMON_SRCS-yes += common/reconintra.h VP8_COMMON_SRCS-yes += common/reconintra4x4.h @@ -82,7 +81,6 @@ VP8_COMMON_SRCS-yes += common/implicit_segmentation.c VP8_COMMON_SRCS-$(ARCH_X86)$(ARCH_X86_64) += common/x86/idct_x86.h VP8_COMMON_SRCS-$(ARCH_X86)$(ARCH_X86_64) += common/x86/subpixel_x86.h -VP8_COMMON_SRCS-$(ARCH_X86)$(ARCH_X86_64) += common/x86/recon_x86.h VP8_COMMON_SRCS-$(ARCH_X86)$(ARCH_X86_64) += common/x86/loopfilter_x86.h VP8_COMMON_SRCS-$(ARCH_X86)$(ARCH_X86_64) += common/x86/postproc_x86.h VP8_COMMON_SRCS-$(ARCH_X86)$(ARCH_X86_64) += common/x86/x86_systemdependent.c