ref: 27000ed6d9bf6cdb1c7aa3d55e6751b2c4de39c0
parent: 8a5c255b3d019fff6c5943362a0f5b874e7b7eae
author: Johann <johannkoenig@google.com>
date: Thu Jan 27 06:31:59 EST 2011
clean up implicit declaration warnings for neon Change-Id: I6ca2d89f355839c4c770773c09fc69dcea7c1406 warning: implicit declaration of function 'vp8_variance_halfpixvar16x16_[h|v|hv]_neon' 'vp8_sub_pixel_variance16x16_neon_func'
--- a/vp8/encoder/arm/variance_arm.c
+++ b/vp8/encoder/arm/variance_arm.c
@@ -9,6 +9,7 @@
*/
#include "vpx_config.h"
+#include "variance.h"
#if HAVE_ARMV7
--
⑨