]> granicus.if.org Git - libvpx/commitdiff
fixed .mk files to reflect add/remove of a header file
authorYaowu Xu <yaowu@google.com>
Mon, 12 Mar 2012 21:51:54 +0000 (14:51 -0700)
committerYaowu Xu <yaowu@google.com>
Mon, 12 Mar 2012 21:51:54 +0000 (14:51 -0700)
In a previous commit, the duplicate of headerfile defaultcoefcounts.h
was identified. This commit updates the .mk file to ensure configure
and make works properly for all platforms.

Change-Id: I31a39c809a734ba438ee53db700f252e9a03eddd

vp8/vp8_common.mk
vp8/vp8cx.mk

index c4bd283f82f15c170177ef35a5157bef6d6f6aae..de645eb8a8fad275ac4a8363d9050d14c1d020f5 100644 (file)
@@ -32,6 +32,7 @@ VP8_COMMON_SRCS-yes += common/alloccommon.h
 VP8_COMMON_SRCS-yes += common/blockd.h
 VP8_COMMON_SRCS-yes += common/common.h
 VP8_COMMON_SRCS-yes += common/common_types.h
+VP8_COMMON_SRCS-yes += common/defaultcoefcounts.h
 VP8_COMMON_SRCS-yes += common/entropy.h
 VP8_COMMON_SRCS-yes += common/entropymode.h
 VP8_COMMON_SRCS-yes += common/entropymv.h
index 0a0732e6eb16777f2e983f0f03ceff8c7ef18356..1134902375b43a977b04d25d8fd63be322d5cad9 100644 (file)
@@ -34,7 +34,6 @@ VP8_CX_SRCS-yes += vp8_cx_iface.c
 #INCLUDES += encoder
 
 VP8_CX_SRCS-yes += encoder/asm_enc_offsets.c
-VP8_CX_SRCS-yes += encoder/defaultcoefcounts.h
 VP8_CX_SRCS-yes += encoder/bitstream.c
 VP8_CX_SRCS-yes += encoder/boolhuff.c
 VP8_CX_SRCS-yes += encoder/dct.c