ref: 89d62e3b0427c7d18533f20eae13c8795e0943e0
parent: f42e41f2eff366338f8f7b36d5b6f8c9c5a26573
author: Yaowu Xu <yaowu@google.com>
date: Mon Nov 26 04:10:35 EST 2012
remove the dependency on idct.h Change-Id: Idcf827d8ae6429ee5b673c3398f838dbeacb4e74
--- a/test/dct16x16_test.cc
+++ b/test/dct16x16_test.cc
@@ -16,7 +16,6 @@
extern "C" {
#include "vp9/common/entropy.h"
-#include "vp9/common/idct.h"
#include "vp9_rtcd.h"
}
--- a/vp9/vp9_common.mk
+++ b/vp9/vp9_common.mk
@@ -38,7 +38,6 @@
VP9_COMMON_SRCS-yes += common/extend.h
VP9_COMMON_SRCS-yes += common/findnearmv.h
VP9_COMMON_SRCS-yes += common/header.h
-VP9_COMMON_SRCS-yes += common/idct.h
VP9_COMMON_SRCS-yes += common/invtrans.h
VP9_COMMON_SRCS-yes += common/loopfilter.h
VP9_COMMON_SRCS-yes += common/modecont.h
--
⑨