diff options
author | Johann <johannkoenig@google.com> | 2010-10-27 09:59:01 -0700 |
---|---|---|
committer | Code Review <code-review@webmproject.org> | 2010-10-27 09:59:01 -0700 |
commit | 787733d855f68740dd34b2a086ac756d496f8c7b (patch) | |
tree | 56c75ed60ce01393deb0532e7c1d229261a51cb8 | |
parent | cf127474d8115c15a9dc92a8a287105fbec4705e (diff) | |
parent | abcf36c7584247fe45eaf5f57bf652ea34156144 (diff) | |
download | libvpx-787733d855f68740dd34b2a086ac756d496f8c7b.tar.gz |
Merge "RTCD build is bringing old errors to light"
-rw-r--r-- | vp8/common/arm/recon_arm.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/vp8/common/arm/recon_arm.h b/vp8/common/arm/recon_arm.h index bf32e6205..b46b7fc7d 100644 --- a/vp8/common/arm/recon_arm.h +++ b/vp8/common/arm/recon_arm.h @@ -51,7 +51,7 @@ extern prototype_copy_block(vp8_copy_mem8x8_neon); extern prototype_copy_block(vp8_copy_mem8x4_neon); extern prototype_copy_block(vp8_copy_mem16x16_neon); -extern prototype_recon_macroblock(vp8_recon_recon_mb_neon); +extern prototype_recon_macroblock(vp8_recon_mb_neon); #if !CONFIG_RUNTIME_CPU_DETECT #undef vp8_recon_recon |