| Index: source/libvpx/examples/decode_with_drops.c
|
| diff --git a/source/libvpx/examples/decode_with_drops.c b/source/libvpx/examples/decode_with_drops.c
|
| index 9423e38ffac5350f2dd51ed829ce02cbbf34c33a..36f7d80e127b7366824b4a9073603cf44239f72e 100644
|
| --- a/source/libvpx/examples/decode_with_drops.c
|
| +++ b/source/libvpx/examples/decode_with_drops.c
|
| @@ -59,8 +59,8 @@
|
| #include "vpx/vp8dx.h"
|
| #include "vpx/vpx_decoder.h"
|
|
|
| -#include "./tools_common.h"
|
| -#include "./video_reader.h"
|
| +#include "../tools_common.h"
|
| +#include "../video_reader.h"
|
| #include "./vpx_config.h"
|
|
|
| static const char *exec_name;
|
|
|