]> granicus.if.org Git - libvpx/commit
Revert "Fix compiling error in vp9_idct.h"
authorJames Zern <jzern@google.com>
Tue, 30 Sep 2014 22:29:36 +0000 (15:29 -0700)
committerJames Zern <jzern@google.com>
Tue, 30 Sep 2014 23:08:55 +0000 (16:08 -0700)
commit4a296e6baa1fc2faf9dfcb9b8611fd73bad2c004
treeaf6d5eb15774a7264c1d0614cbfb5fd94fa7f3ae
parente8a74f4b072f65a700ea44af84520c49da9ef1b2
Revert "Fix compiling error in vp9_idct.h"

This reverts commit eafc8c9c40d712aabe234bed5269a02c62fa0bfc.

tran_low_t/tran_high_t don't belong in a public header, they're private.
Similarly the public headers shouldn't rely on config defines,
vpx_config.h isn't installed.

Change-Id: I194ec273598da418df8dd727b6c0e78a556740ad
vp9/common/vp9_blockd.h
vp9/common/vp9_idct.h
vp9/common/vp9_rtcd_defs.pl
vpx/vpx_integer.h