]> granicus.if.org Git - libvpx/commitdiff
Install missing default_coef_probs.h
authorJohn Koleszar <jkoleszar@google.com>
Thu, 22 Sep 2011 15:08:21 +0000 (11:08 -0400)
committerJohn Koleszar <jkoleszar@google.com>
Thu, 22 Sep 2011 15:08:24 +0000 (11:08 -0400)
Make sure that this header is listed as one of the sources, so that it
will be installed if necessary.

Change-Id: I2427e494488126b179151dc21043c1e2c8ba5991

vp8/vp8_common.mk

index 9ec24d566efcaca716cb1b51e09b360a42c2e90c..f7fbea1f4779375f8762a653d08b4746fa731583 100644 (file)
@@ -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