From: John Koleszar Date: Thu, 22 Sep 2011 15:08:21 +0000 (-0400) Subject: Install missing default_coef_probs.h X-Git-Tag: v1.0.0~138^2~1 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=4a6ac727fed7684c7bd8c2cd06e4e98d77c412cd;p=libvpx Install missing default_coef_probs.h Make sure that this header is listed as one of the sources, so that it will be installed if necessary. Change-Id: I2427e494488126b179151dc21043c1e2c8ba5991 --- diff --git a/vp8/vp8_common.mk b/vp8/vp8_common.mk index 9ec24d566..f7fbea1f4 100644 --- a/vp8/vp8_common.mk +++ b/vp8/vp8_common.mk @@ -19,6 +19,7 @@ VP8_COMMON_SRCS-yes += common/asm_com_offsets.c VP8_COMMON_SRCS-yes += common/blockd.c VP8_COMMON_SRCS-yes += common/coefupdateprobs.h VP8_COMMON_SRCS-yes += common/debugmodes.c +VP8_COMMON_SRCS-yes += common/default_coef_probs.h VP8_COMMON_SRCS-yes += common/entropy.c VP8_COMMON_SRCS-yes += common/entropymode.c VP8_COMMON_SRCS-yes += common/entropymv.c