From: John Koleszar Date: Wed, 9 Mar 2011 18:43:31 +0000 (-0500) Subject: Add missing filter.h to build system X-Git-Tag: 1.0_branch~603^2 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=5c240715042057b326953afca140324533ada3e8;p=profile%2Fivi%2Flibvpx.git Add missing filter.h to build system Missing file causes 'make dist' to not include a complete copy of the source. Change-Id: I3f55aeb5a86d0e81234e4e4588cb8086ba4cfc4a --- diff --git a/vp8/vp8_common.mk b/vp8/vp8_common.mk index 4daadee..ba9caa7 100644 --- a/vp8/vp8_common.mk +++ b/vp8/vp8_common.mk @@ -24,6 +24,7 @@ VP8_COMMON_SRCS-yes += common/entropymode.c VP8_COMMON_SRCS-yes += common/entropymv.c VP8_COMMON_SRCS-yes += common/extend.c VP8_COMMON_SRCS-yes += common/filter.c +VP8_COMMON_SRCS-yes += common/filter.h VP8_COMMON_SRCS-yes += common/findnearmv.c VP8_COMMON_SRCS-yes += common/generic/systemdependent.c VP8_COMMON_SRCS-yes += common/idctllm.c