From 20eb5cb65313aa9a4bac72a2ef5ce113a461fffe Mon Sep 17 00:00:00 2001 From: James Zern Date: Fri, 21 Feb 2014 17:57:27 -0800 Subject: [PATCH] move vp9_spatial_scalable_encoder.c to examples/ Change-Id: Id5c889cb87ad33a21d83a415a23e957e8ee3218f --- examples.mk | 2 +- .../vp9_spatial_scalable_encoder.c | 0 2 files changed, 1 insertion(+), 1 deletion(-) rename vp9_spatial_scalable_encoder.c => examples/vp9_spatial_scalable_encoder.c (100%) diff --git a/examples.mk b/examples.mk index 40756e182..13dbcb6f1 100644 --- a/examples.mk +++ b/examples.mk @@ -54,7 +54,7 @@ vpxenc.SRCS += third_party/libmkv/EbmlWriter.h vpxenc.SRCS += $(LIBYUV_SRCS) vpxenc.GUID = 548DEC74-7A15-4B2B-AFC3-AA102E7C25C1 vpxenc.DESCRIPTION = Full featured encoder -UTILS-$(CONFIG_VP9_ENCODER) += vp9_spatial_scalable_encoder.c +EXAMPLES-$(CONFIG_VP9_ENCODER) += vp9_spatial_scalable_encoder.c vp9_spatial_scalable_encoder.SRCS += args.c args.h vp9_spatial_scalable_encoder.SRCS += ivfenc.c ivfenc.h vp9_spatial_scalable_encoder.SRCS += tools_common.c tools_common.h diff --git a/vp9_spatial_scalable_encoder.c b/examples/vp9_spatial_scalable_encoder.c similarity index 100% rename from vp9_spatial_scalable_encoder.c rename to examples/vp9_spatial_scalable_encoder.c -- 2.21.0