summaryrefslogtreecommitdiff
path: root/examples.mk
diff options
context:
space:
mode:
authorDmitry Kovalev <dkovalev@google.com>2014-01-29 11:21:08 -0800
committerGerrit Code Review <gerrit@gerrit.golo.chromium.org>2014-01-29 11:21:08 -0800
commit99d39e5b9987f30bf573596a91e94db7019f3643 (patch)
tree11a9344a5905e237c781ccc37fbc37f7cb078476 /examples.mk
parent2e862ce71cc800137b6e251ab0a52ef3a077b208 (diff)
parent834f2fbcec364f644f1fad230c65eee389de7aa3 (diff)
downloadlibvpx-99d39e5b9987f30bf573596a91e94db7019f3643.tar
libvpx-99d39e5b9987f30bf573596a91e94db7019f3643.tar.gz
libvpx-99d39e5b9987f30bf573596a91e94db7019f3643.tar.bz2
libvpx-99d39e5b9987f30bf573596a91e94db7019f3643.zip
Merge "Adapting decode_with_drops example to use new file reading API."
Diffstat (limited to 'examples.mk')
-rw-r--r--examples.mk2
1 files changed, 2 insertions, 0 deletions
diff --git a/examples.mk b/examples.mk
index 57a028a11..f85219fa1 100644
--- a/examples.mk
+++ b/examples.mk
@@ -101,6 +101,8 @@ force_keyframe.GUID = 3C67CADF-029F-4C86-81F5-D6D4F51177F0
force_keyframe.DESCRIPTION = Force generation of keyframes
ifeq ($(CONFIG_DECODERS),yes)
GEN_EXAMPLES-$(CONFIG_VP8_ENCODER) += decode_with_drops.c
+decode_with_drops.SRCS += ivfdec.h ivfdec.c
+decode_with_drops.SRCS += tools_common.h tools_common.c
endif
decode_with_drops.GUID = CE5C53C4-8DDA-438A-86ED-0DDD3CDB8D26
decode_with_drops.DESCRIPTION = Drops frames while decoding