Commit 89d62e3b authored by Yaowu Xu's avatar Yaowu Xu
Browse files

remove the dependency on idct.h

Change-Id: Idcf827d8ae6429ee5b673c3398f838dbeacb4e74
Showing with 0 additions and 2 deletions
...@@ -16,7 +16,6 @@ ...@@ -16,7 +16,6 @@
extern "C" { extern "C" {
#include "vp9/common/entropy.h" #include "vp9/common/entropy.h"
#include "vp9/common/idct.h"
#include "vp9_rtcd.h" #include "vp9_rtcd.h"
} }
......
...@@ -38,7 +38,6 @@ VP9_COMMON_SRCS-yes += common/entropymv.h ...@@ -38,7 +38,6 @@ VP9_COMMON_SRCS-yes += common/entropymv.h
VP9_COMMON_SRCS-yes += common/extend.h VP9_COMMON_SRCS-yes += common/extend.h
VP9_COMMON_SRCS-yes += common/findnearmv.h VP9_COMMON_SRCS-yes += common/findnearmv.h
VP9_COMMON_SRCS-yes += common/header.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/invtrans.h
VP9_COMMON_SRCS-yes += common/loopfilter.h VP9_COMMON_SRCS-yes += common/loopfilter.h
VP9_COMMON_SRCS-yes += common/modecont.h VP9_COMMON_SRCS-yes += common/modecont.h
......
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment