| Index: source/libvpx/examples/twopass_encoder.c
|
| diff --git a/source/libvpx/examples/twopass_encoder.c b/source/libvpx/examples/twopass_encoder.c
|
| index 653ae9482246d3692bbeaf26968875ea3d84b80b..0ec83ddccdfd11a08d146d882bf129610ec7094f 100644
|
| --- a/source/libvpx/examples/twopass_encoder.c
|
| +++ b/source/libvpx/examples/twopass_encoder.c
|
| @@ -53,8 +53,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;
|
|
|
|
|