From: Johann Date: Thu, 25 Oct 2012 22:51:33 +0000 (-0700) Subject: variance.h uses defines in vpx_config.h X-Git-Tag: v1.2.0~46 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=6106b72eb6ab8740a66c17ae7bf5432fb07c8338;p=libvpx variance.h uses defines in vpx_config.h Change-Id: Ibd3e4425a3bf8aae8aa33b70da2b84e1cda8c07f --- diff --git a/vp8/common/variance.h b/vp8/common/variance.h index 4bb34cc9e..01193b8d7 100644 --- a/vp8/common/variance.h +++ b/vp8/common/variance.h @@ -12,6 +12,8 @@ #ifndef VARIANCE_H #define VARIANCE_H +#include "vpx_config.h" + typedef unsigned int(*vp8_sad_fn_t)( const unsigned char *src_ptr, int source_stride,