| Index: source/libvpx/vp9/encoder/vp9_encodemv.c
|
| diff --git a/source/libvpx/vp9/encoder/vp9_encodemv.c b/source/libvpx/vp9/encoder/vp9_encodemv.c
|
| index a4dee7306e5f1aff6e85aaba28ba6d5ff7dfa76a..e719663436de41d9295cdf311c3f63a451f32e1d 100644
|
| --- a/source/libvpx/vp9/encoder/vp9_encodemv.c
|
| +++ b/source/libvpx/vp9/encoder/vp9_encodemv.c
|
| @@ -16,6 +16,8 @@
|
| #include "vp9/encoder/vp9_cost.h"
|
| #include "vp9/encoder/vp9_encodemv.h"
|
|
|
| +#include "vpx_dsp/vpx_dsp_common.h"
|
| +
|
| static struct vp9_token mv_joint_encodings[MV_JOINTS];
|
| static struct vp9_token mv_class_encodings[MV_CLASSES];
|
| static struct vp9_token mv_fp_encodings[MV_FP_SIZE];
|
|
|