| Index: source/libvpx/vp8/encoder/temporal_filter.c
|
| diff --git a/source/libvpx/vp8/encoder/temporal_filter.c b/source/libvpx/vp8/encoder/temporal_filter.c
|
| index ba8b009771097206eef0f2d6475ab72c939eab78..85d26c20f46c87ce3c828fe8ea2a71a95e3c8422 100644
|
| --- a/source/libvpx/vp8/encoder/temporal_filter.c
|
| +++ b/source/libvpx/vp8/encoder/temporal_filter.c
|
| @@ -12,7 +12,7 @@
|
| #include "vp8/common/onyxc_int.h"
|
| #include "onyx_int.h"
|
| #include "vp8/common/systemdependent.h"
|
| -#include "quantize.h"
|
| +#include "vp8/encoder/quantize.h"
|
| #include "vp8/common/alloccommon.h"
|
| #include "mcomp.h"
|
| #include "firstpass.h"
|
|
|