From ed8f189cccda9168fd400d1ba6661b1bc14a3afa Mon Sep 17 00:00:00 2001 From: Jerome Jiang Date: Thu, 16 Aug 2018 14:41:49 -0700 Subject: Refactor: move svc example files to from vpx/ to examples/ svc_encodeframe.c and svc_context.h are only used by the example encoder. Change-Id: Idb41a5a9d6a229a0bc7d2bc8dbe6575a74efc54c --- examples/vp9_spatial_svc_encoder.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'examples/vp9_spatial_svc_encoder.c') diff --git a/examples/vp9_spatial_svc_encoder.c b/examples/vp9_spatial_svc_encoder.c index 266ba2656..2ec1f870b 100644 --- a/examples/vp9_spatial_svc_encoder.c +++ b/examples/vp9_spatial_svc_encoder.c @@ -25,7 +25,7 @@ #include "../video_writer.h" #include "../vpx_ports/vpx_timer.h" -#include "vpx/svc_context.h" +#include "./svc_context.h" #include "vpx/vp8cx.h" #include "vpx/vpx_encoder.h" #include "../vpxstats.h" -- cgit v1.2.3