| Index: source/libvpx/vp8/encoder/encodemb.c
|
| diff --git a/source/libvpx/vp8/encoder/encodemb.c b/source/libvpx/vp8/encoder/encodemb.c
|
| index cf180c12d3fdb73811e1f46c84d52ce9b253f5d4..932a157adaf7428730dc494998450eaa9b6f6e5a 100644
|
| --- a/source/libvpx/vp8/encoder/encodemb.c
|
| +++ b/source/libvpx/vp8/encoder/encodemb.c
|
| @@ -14,7 +14,7 @@
|
| #include "vp8_rtcd.h"
|
| #include "encodemb.h"
|
| #include "vp8/common/reconinter.h"
|
| -#include "quantize.h"
|
| +#include "vp8/encoder/quantize.h"
|
| #include "tokenize.h"
|
| #include "vp8/common/invtrans.h"
|
| #include "vpx_mem/vpx_mem.h"
|
|
|