From: James Zern Date: Sat, 22 Feb 2014 01:57:27 +0000 (-0800) Subject: move vp9_spatial_scalable_encoder.c to examples/ X-Git-Tag: v1.4.0~2292 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=20eb5cb65313aa9a4bac72a2ef5ce113a461fffe;p=libvpx move vp9_spatial_scalable_encoder.c to examples/ Change-Id: Id5c889cb87ad33a21d83a415a23e957e8ee3218f --- 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