| Index: source/libvpx/examples/simple_encoder.c
|
| diff --git a/source/libvpx/examples/simple_encoder.c b/source/libvpx/examples/simple_encoder.c
|
| index f20c246daf29315370d13f904c5e42cf44b764ac..e805c258747e569193cbf69a3c784da7ae133dd3 100644
|
| --- a/source/libvpx/examples/simple_encoder.c
|
| +++ b/source/libvpx/examples/simple_encoder.c
|
| @@ -101,8 +101,8 @@
|
|
|
| #include "vpx/vpx_encoder.h"
|
|
|
| -#include "./tools_common.h"
|
| -#include "./video_writer.h"
|
| +#include "../tools_common.h"
|
| +#include "../video_writer.h"
|
|
|
| static const char *exec_name;
|
|
|
|
|