| Index: source/libvpx/examples/vp9_spatial_svc_encoder.c
|
| diff --git a/source/libvpx/examples/vp9_spatial_svc_encoder.c b/source/libvpx/examples/vp9_spatial_svc_encoder.c
|
| index a4a9edb2d4554b48360089ca2e6a79e497ac6285..f4deb693b2f8c4061aebefe385f627c41f65f549 100644
|
| --- a/source/libvpx/examples/vp9_spatial_svc_encoder.c
|
| +++ b/source/libvpx/examples/vp9_spatial_svc_encoder.c
|
| @@ -19,14 +19,14 @@
|
| #include <string.h>
|
| #include <time.h>
|
|
|
| -#include "./args.h"
|
| -#include "./tools_common.h"
|
| -#include "./video_writer.h"
|
| +#include "../args.h"
|
| +#include "../tools_common.h"
|
| +#include "../video_writer.h"
|
|
|
| #include "vpx/svc_context.h"
|
| #include "vpx/vp8cx.h"
|
| #include "vpx/vpx_encoder.h"
|
| -#include "./vpxstats.h"
|
| +#include "../vpxstats.h"
|
|
|
| static const arg_def_t skip_frames_arg =
|
| ARG_DEF("s", "skip-frames", 1, "input frames to skip");
|
|
|