]> granicus.if.org Git - libvpx/commit
Fix compiling error in vp9_idct.h
authorJingning Han <jingning@google.com>
Mon, 29 Sep 2014 21:53:05 +0000 (14:53 -0700)
committerJingning Han <jingning@google.com>
Tue, 30 Sep 2014 16:11:59 +0000 (09:11 -0700)
commiteafc8c9c40d712aabe234bed5269a02c62fa0bfc
treef1015caf74a1cbad05ebdd346d0517ba302a726d
parent9ed23de13f0ddfebea2a7ff6caa370126dd84979
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
vp9/common/vp9_blockd.h
vp9/common/vp9_idct.h
vp9/common/vp9_rtcd_defs.pl
vpx/vpx_integer.h