summaryrefslogtreecommitdiff
path: root/vp9/common/vp9_rtcd_defs.pl
diff options
context:
space:
mode:
authorJingning Han <jingning@google.com>2014-09-29 14:53:05 -0700
committerJingning Han <jingning@google.com>2014-09-30 09:11:59 -0700
commiteafc8c9c40d712aabe234bed5269a02c62fa0bfc (patch)
treef1015caf74a1cbad05ebdd346d0517ba302a726d /vp9/common/vp9_rtcd_defs.pl
parent9ed23de13f0ddfebea2a7ff6caa370126dd84979 (diff)
downloadlibvpx-eafc8c9c40d712aabe234bed5269a02c62fa0bfc.tar
libvpx-eafc8c9c40d712aabe234bed5269a02c62fa0bfc.tar.gz
libvpx-eafc8c9c40d712aabe234bed5269a02c62fa0bfc.tar.bz2
libvpx-eafc8c9c40d712aabe234bed5269a02c62fa0bfc.zip
Fix compiling error in vp9_idct.h
This commit fixes a compiling error in vp9_idct.h, where the codec checks that the intermediate steps of transformation fit within 16-bit length. The issue was due to broken file dependency. Change-Id: Ib22bba13a1e6df28489cb23d6774c561969f1fdc
Diffstat (limited to 'vp9/common/vp9_rtcd_defs.pl')
-rw-r--r--vp9/common/vp9_rtcd_defs.pl1
1 files changed, 0 insertions, 1 deletions
diff --git a/vp9/common/vp9_rtcd_defs.pl b/vp9/common/vp9_rtcd_defs.pl
index 0e95141aa..99460d1a1 100644
--- a/vp9/common/vp9_rtcd_defs.pl
+++ b/vp9/common/vp9_rtcd_defs.pl
@@ -6,7 +6,6 @@ print <<EOF
#include "vpx/vpx_integer.h"
#include "vp9/common/vp9_enums.h"
-#include "vp9/common/vp9_idct.h"
struct macroblockd;