| Index: source/libvpx/examples/decode_to_md5.c
|
| diff --git a/source/libvpx/examples/decode_to_md5.c b/source/libvpx/examples/decode_to_md5.c
|
| index fbc0f4a6f19e2b54ad8ae2c1122aa4ce72ee3328..a3843bed336a6354e495b2ffe376addc8ef4efa8 100644
|
| --- a/source/libvpx/examples/decode_to_md5.c
|
| +++ b/source/libvpx/examples/decode_to_md5.c
|
| @@ -36,9 +36,9 @@
|
| #include "vpx/vp8dx.h"
|
| #include "vpx/vpx_decoder.h"
|
|
|
| -#include "./md5_utils.h"
|
| -#include "./tools_common.h"
|
| -#include "./video_reader.h"
|
| +#include "../md5_utils.h"
|
| +#include "../tools_common.h"
|
| +#include "../video_reader.h"
|
| #include "./vpx_config.h"
|
|
|
| static void get_image_md5(const vpx_image_t *img, unsigned char digest[16]) {
|
|
|