From 98e16b1b3dccb8964e1fa4958c11a24d35b65faa Mon Sep 17 00:00:00 2001 From: James Zern Date: Mon, 3 Mar 2014 18:03:23 -0800 Subject: [PATCH] move resize_util.c to examples/ Change-Id: I0bc68e129ea408095869c9e7b0b15d83e22dbf4e --- examples.mk | 2 +- resize_util.c => examples/resize_util.c | 0 2 files changed, 1 insertion(+), 1 deletion(-) rename resize_util.c => examples/resize_util.c (100%) diff --git a/examples.mk b/examples.mk index aeb54ab5b..adb5b4b1d 100644 --- a/examples.mk +++ b/examples.mk @@ -66,7 +66,7 @@ vp9_spatial_scalable_encoder.GUID = 4A38598D-627D-4505-9C7B-D4020C84100D vp9_spatial_scalable_encoder.DESCRIPTION = Spatial Scalable Encoder ifeq ($(CONFIG_SHARED),no) -UTILS-$(CONFIG_VP9_ENCODER) += resize_util.c +EXAMPLES-$(CONFIG_VP9_ENCODER) += resize_util.c endif # XMA example disabled for now, not used in VP8 diff --git a/resize_util.c b/examples/resize_util.c similarity index 100% rename from resize_util.c rename to examples/resize_util.c -- 2.50.1