summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorYaowu Xu <yaowu@google.com>2012-03-12 14:51:54 -0700
committerYaowu Xu <yaowu@google.com>2012-03-12 14:51:54 -0700
commit3f5feb7d13b8fa64936e0192ed640085727b2b9d (patch)
tree64ee89cd15e0cb7e4970d2925371cc5c9ecec2e8
parent8cf28d346d697d5e09ac8955c0e70f07fd09b60a (diff)
downloadlibvpx-3f5feb7d13b8fa64936e0192ed640085727b2b9d.tar
libvpx-3f5feb7d13b8fa64936e0192ed640085727b2b9d.tar.gz
libvpx-3f5feb7d13b8fa64936e0192ed640085727b2b9d.tar.bz2
libvpx-3f5feb7d13b8fa64936e0192ed640085727b2b9d.zip
fixed .mk files to reflect add/remove of a header file
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
-rw-r--r--vp8/vp8_common.mk1
-rw-r--r--vp8/vp8cx.mk1
2 files changed, 1 insertions, 1 deletions
diff --git a/vp8/vp8_common.mk b/vp8/vp8_common.mk
index c4bd283f8..de645eb8a 100644
--- a/vp8/vp8_common.mk
+++ b/vp8/vp8_common.mk
@@ -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
diff --git a/vp8/vp8cx.mk b/vp8/vp8cx.mk
index 0a0732e6e..113490237 100644
--- a/vp8/vp8cx.mk
+++ b/vp8/vp8cx.mk
@@ -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