Commit abcf36c7 authored by Johann's avatar Johann
Browse files

RTCD build is bringing old errors to light

needs to be _recon_ not _recon_recon_

Change-Id: I7a8b9ddcb4fb72c2b723c563932c9ea52ff15982
Showing with 1 addition and 1 deletion
......@@ -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
......
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment