| Index: source/libvpx/vp8/encoder/mr_dissim.c
|
| diff --git a/source/libvpx/vp8/encoder/mr_dissim.c b/source/libvpx/vp8/encoder/mr_dissim.c
|
| index 4bf36e8baccc6f4c3cf9fc7717dc99a4e9e603bb..886cba2fd5c723d252e8ea18d48d8ddd30eb2eb5 100644
|
| --- a/source/libvpx/vp8/encoder/mr_dissim.c
|
| +++ b/source/libvpx/vp8/encoder/mr_dissim.c
|
| @@ -13,10 +13,10 @@
|
| #include "vpx_config.h"
|
| #include "onyx_int.h"
|
| #include "mr_dissim.h"
|
| +#include "vpx_dsp/vpx_dsp_common.h"
|
| #include "vpx_mem/vpx_mem.h"
|
| #include "rdopt.h"
|
| #include "vp8/common/common.h"
|
| -#include "vpx_dsp/vpx_dsp_common.h"
|
|
|
| void vp8_cal_low_res_mb_cols(VP8_COMP *cpi)
|
| {
|
|
|