summaryrefslogtreecommitdiff
path: root/vp9/common/vp9_rtcd_defs.pl
diff options
context:
space:
mode:
authorDeb Mukherjee <debargha@google.com>2014-09-30 14:29:34 -0700
committerDeb Mukherjee <debargha@google.com>2014-09-30 19:44:17 -0700
commit872b207b78f62c56e9ec2be5bbf1ef1c68f83099 (patch)
tree904a5388ef34b77afae5edaa3e7ca6542b878a29 /vp9/common/vp9_rtcd_defs.pl
parentc87f32c7fd1e6ecfc834171df12d7c05cf877a68 (diff)
downloadlibvpx-872b207b78f62c56e9ec2be5bbf1ef1c68f83099.tar
libvpx-872b207b78f62c56e9ec2be5bbf1ef1c68f83099.tar.gz
libvpx-872b207b78f62c56e9ec2be5bbf1ef1c68f83099.tar.bz2
libvpx-872b207b78f62c56e9ec2be5bbf1ef1c68f83099.zip
Moves transform type defines to vp9_common
Moves transform type defines to vp9_common.h from vp9_idct.h so that they can be included in vp9_rtcd_defs.pl safely. Change-Id: Id5106227bee5934f7ce8b06f2eb9fa8a9a2e0ddb
Diffstat (limited to 'vp9/common/vp9_rtcd_defs.pl')
-rw-r--r--vp9/common/vp9_rtcd_defs.pl2
1 files changed, 1 insertions, 1 deletions
diff --git a/vp9/common/vp9_rtcd_defs.pl b/vp9/common/vp9_rtcd_defs.pl
index 0e95141aa..838ec44d6 100644
--- a/vp9/common/vp9_rtcd_defs.pl
+++ b/vp9/common/vp9_rtcd_defs.pl
@@ -5,8 +5,8 @@ print <<EOF
*/
#include "vpx/vpx_integer.h"
+#include "vp9/common/vp9_common.h"
#include "vp9/common/vp9_enums.h"
-#include "vp9/common/vp9_idct.h"
struct macroblockd;