From: Tom Finegan Date: Fri, 9 May 2014 18:11:56 +0000 (-0700) Subject: Rename vp9_spatial_scalable_encoder. X-Git-Tag: v1.4.0~1594^2 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=cea4167030638e998c8b374df6700e869e5455d8;p=libvpx Rename vp9_spatial_scalable_encoder. Rename it to vp9_spatial_svc_encoder. Change-Id: I756936039df5bf6bea2d7525a7edeac01df94352 --- diff --git a/examples.mk b/examples.mk index c36159fc7..b9dcb65dd 100644 --- a/examples.mk +++ b/examples.mk @@ -67,15 +67,15 @@ ifeq ($(CONFIG_WEBM_IO),yes) endif vpxenc.GUID = 548DEC74-7A15-4B2B-AFC3-AA102E7C25C1 vpxenc.DESCRIPTION = Full featured encoder -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 -vp9_spatial_scalable_encoder.SRCS += video_common.h -vp9_spatial_scalable_encoder.SRCS += video_writer.h video_writer.c -vp9_spatial_scalable_encoder.SRCS += vpxstats.c vpxstats.h -vp9_spatial_scalable_encoder.GUID = 4A38598D-627D-4505-9C7B-D4020C84100D -vp9_spatial_scalable_encoder.DESCRIPTION = Spatial Scalable Encoder +EXAMPLES-$(CONFIG_VP9_ENCODER) += vp9_spatial_svc_encoder.c +vp9_spatial_svc_encoder.SRCS += args.c args.h +vp9_spatial_svc_encoder.SRCS += ivfenc.c ivfenc.h +vp9_spatial_svc_encoder.SRCS += tools_common.c tools_common.h +vp9_spatial_svc_encoder.SRCS += video_common.h +vp9_spatial_svc_encoder.SRCS += video_writer.h video_writer.c +vp9_spatial_svc_encoder.SRCS += vpxstats.c vpxstats.h +vp9_spatial_svc_encoder.GUID = 4A38598D-627D-4505-9C7B-D4020C84100D +vp9_spatial_svc_encoder.DESCRIPTION = VP9 Spatial SVC Encoder ifneq ($(CONFIG_SHARED),yes) EXAMPLES-$(CONFIG_VP9_ENCODER) += resize_util.c diff --git a/examples/vp9_spatial_scalable_encoder.c b/examples/vp9_spatial_svc_encoder.c similarity index 100% rename from examples/vp9_spatial_scalable_encoder.c rename to examples/vp9_spatial_svc_encoder.c