ref: ef8ba4f6680e89698b13d339916960af670779cf
parent: 25a36d6b3c6d206ad19d47f9999eb71109f87dea
author: Attila Nagy <attilanagy@google.com>
date: Thu May 3 09:06:19 EDT 2012
vp8_multi_resolution_encoder.c is not a generated example Move it from GEN_EXAMPLES to UTILS list. Change-Id: I7ebd51b18a9cb58e3008ca3d7576589400b365ce
--- a/examples.mk
+++ b/examples.mk
@@ -98,7 +98,7 @@
vp8cx_set_ref.DESCRIPTION = VP8 set encoder reference frame
# C file is provided, not generated automatically.
-GEN_EXAMPLES-$(CONFIG_MULTI_RES_ENCODING) += vp8_multi_resolution_encoder.c
+UTILS-$(CONFIG_MULTI_RES_ENCODING) += vp8_multi_resolution_encoder.c
vp8_multi_resolution_encoder.SRCS \
+= third_party/libyuv/include/libyuv/basic_types.h \
third_party/libyuv/include/libyuv/cpu_id.h \
--
⑨