| Index: source/libvpx/vp8/encoder/encodeintra.c
|
| diff --git a/source/libvpx/vp8/encoder/encodeintra.c b/source/libvpx/vp8/encoder/encodeintra.c
|
| index e2de5eecbc460cc941e2f6799f4d50314c06c9ce..938cc7ecb24edd2c641fe1bc3ca533a03b9a4aeb 100644
|
| --- a/source/libvpx/vp8/encoder/encodeintra.c
|
| +++ b/source/libvpx/vp8/encoder/encodeintra.c
|
| @@ -12,7 +12,7 @@
|
| #include "vpx_config.h"
|
| #include "vp8_rtcd.h"
|
| #include "./vpx_dsp_rtcd.h"
|
| -#include "quantize.h"
|
| +#include "vp8/encoder/quantize.h"
|
| #include "vp8/common/reconintra4x4.h"
|
| #include "encodemb.h"
|
| #include "vp8/common/invtrans.h"
|
|
|