summaryrefslogtreecommitdiff
path: root/vp8/decoder/arm/neon
diff options
context:
space:
mode:
authorAttila Nagy <attilanagy@google.com>2011-09-15 15:34:12 +0300
committerAttila Nagy <attilanagy@google.com>2011-09-22 13:33:54 +0300
commit1a7d25a4848b2279c79a3a5a723d3e33ec003b24 (patch)
treec5e012acfef94018e35a266a2a77d69dbe09c9a6 /vp8/decoder/arm/neon
parente529a825f7e23233ec7757abc78b65b40a2c8bf2 (diff)
downloadlibvpx-1a7d25a4848b2279c79a3a5a723d3e33ec003b24.tar
libvpx-1a7d25a4848b2279c79a3a5a723d3e33ec003b24.tar.gz
libvpx-1a7d25a4848b2279c79a3a5a723d3e33ec003b24.tar.bz2
libvpx-1a7d25a4848b2279c79a3a5a723d3e33ec003b24.zip
Replace vpx_ports/config.h with vpx_config.h
Just a clean-up. Change-Id: Iea5b6dc925dcfa7db548bc1ab1a13d26ed5a2c9a
Diffstat (limited to 'vp8/decoder/arm/neon')
-rw-r--r--vp8/decoder/arm/neon/idct_blk_neon.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/vp8/decoder/arm/neon/idct_blk_neon.c b/vp8/decoder/arm/neon/idct_blk_neon.c
index ee3500425..f31654060 100644
--- a/vp8/decoder/arm/neon/idct_blk_neon.c
+++ b/vp8/decoder/arm/neon/idct_blk_neon.c
@@ -8,7 +8,7 @@
* be found in the AUTHORS file in the root of the source tree.
*/
-#include "vpx_ports/config.h"
+#include "vpx_config.h"
#include "vp8/common/idct.h"
#include "vp8/decoder/dequantize.h"