summaryrefslogtreecommitdiff
path: root/vp8/encoder/arm/dct_arm.c
diff options
context:
space:
mode:
authorJohn Koleszar <jkoleszar@google.com>2012-01-12 16:55:44 -0800
committerJohn Koleszar <jkoleszar@google.com>2012-01-30 12:10:42 -0800
commit510e0ab4679ef76f1d7c5ed1b792f8012444f0cc (patch)
tree46826af7216240c6d633697ac812c0d7892b0ace /vp8/encoder/arm/dct_arm.c
parent83a91e789ccd9fc0a9d05cb4357131ad18ba3b04 (diff)
downloadlibvpx-510e0ab4679ef76f1d7c5ed1b792f8012444f0cc.tar
libvpx-510e0ab4679ef76f1d7c5ed1b792f8012444f0cc.tar.gz
libvpx-510e0ab4679ef76f1d7c5ed1b792f8012444f0cc.tar.bz2
libvpx-510e0ab4679ef76f1d7c5ed1b792f8012444f0cc.zip
RTCD: add FDCT functions
This commit continues the process of converting to the new RTCD system. Change-Id: I3f9c07db65eb206f6363d21bdb80e871570da767
Diffstat (limited to 'vp8/encoder/arm/dct_arm.c')
-rw-r--r--vp8/encoder/arm/dct_arm.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/vp8/encoder/arm/dct_arm.c b/vp8/encoder/arm/dct_arm.c
index 91e2f6d90..af0fb274e 100644
--- a/vp8/encoder/arm/dct_arm.c
+++ b/vp8/encoder/arm/dct_arm.c
@@ -9,7 +9,7 @@
*/
#include "vpx_config.h"
-#include "vp8/encoder/dct.h"
+#include "vpx_rtcd.h"
#if HAVE_MEDIA