variance.h uses defines in vpx_config.h

Change-Id: Ibd3e4425a3bf8aae8aa33b70da2b84e1cda8c07f
This commit is contained in:
Johann 2012-10-25 15:51:33 -07:00
parent fd3078fd8f
commit 6106b72eb6

View File

@ -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,