]> granicus.if.org Git - libvpx/commitdiff
move resize_util.c to examples/
authorJames Zern <jzern@google.com>
Tue, 4 Mar 2014 02:03:23 +0000 (18:03 -0800)
committerJames Zern <jzern@google.com>
Tue, 4 Mar 2014 02:03:23 +0000 (18:03 -0800)
Change-Id: I0bc68e129ea408095869c9e7b0b15d83e22dbf4e

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

index aeb54ab5b4f9db2706ba7802907241152dbf9655..adb5b4b1d42a1bffd3c8b45f782ac0ff994d9864 100644 (file)
@@ -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
similarity index 100%
rename from resize_util.c
rename to examples/resize_util.c