]> granicus.if.org Git - libvpx/commitdiff
move vp9_spatial_scalable_encoder.c to examples/
authorJames Zern <jzern@google.com>
Sat, 22 Feb 2014 01:57:27 +0000 (17:57 -0800)
committerJames Zern <jzern@google.com>
Sat, 22 Feb 2014 01:57:27 +0000 (17:57 -0800)
Change-Id: Id5c889cb87ad33a21d83a415a23e957e8ee3218f

examples.mk
examples/vp9_spatial_scalable_encoder.c [moved from vp9_spatial_scalable_encoder.c with 100% similarity]

index 40756e1824edad53f50ff63503b351b3b81339ae..13dbcb6f181f02ca0f7c97b9baf704f2313c7b36 100644 (file)
@@ -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