Searched refs:UTILS (Results 1 - 1 of 1) sorted by relevance

/external/libvpx/
H A Dexamples.mk12 # List of examples to build. UTILS are files that are taken from the source
15 UTILS-$(CONFIG_DECODERS) += vpxdec.c
30 UTILS-$(CONFIG_ENCODERS) += vpxenc.c
51 #UTILS-$(CONFIG_DECODERS) += example_xma.c
130 UTILS = $(call enabled,UTILS) macro
132 ALL_EXAMPLES = $(UTILS) $(GEN_EXAMPLES)
133 UTIL_SRCS = $(foreach ex,$(UTILS),$($(ex:.c=).SRCS))
139 # for that example (not just them main one specified in UTILS/GEN_EXAMPLES)
156 INSTALL-BINS-$(NOT_MSVS) += $(addprefix bin/,$(UTILS
[all...]

Completed in 453 milliseconds