summaryrefslogtreecommitdiff
path: root/examples.mk
diff options
context:
space:
mode:
authorJohn Koleszar <jkoleszar@google.com>2011-05-20 00:05:16 -0400
committerJohn Koleszar <jkoleszar@google.com>2011-05-20 00:05:16 -0400
commit27331e1377465aad1d97f9796dca56542ba389af (patch)
treee752f334e7c90cc48dbc81cdce81554bdba65791 /examples.mk
parente05fd0fc36ef7e17be6dc87a7ff2ae72a5fa2473 (diff)
parent1f3f18443db5820157448515579c14efd19eea1b (diff)
downloadlibvpx-27331e1377465aad1d97f9796dca56542ba389af.tar
libvpx-27331e1377465aad1d97f9796dca56542ba389af.tar.gz
libvpx-27331e1377465aad1d97f9796dca56542ba389af.tar.bz2
libvpx-27331e1377465aad1d97f9796dca56542ba389af.zip
Merge remote branch 'internal/upstream' into HEAD
Diffstat (limited to 'examples.mk')
-rw-r--r--examples.mk5
1 files changed, 5 insertions, 0 deletions
diff --git a/examples.mk b/examples.mk
index 3e34b5697..ad56ff040 100644
--- a/examples.mk
+++ b/examples.mk
@@ -77,6 +77,11 @@ GEN_EXAMPLES-$(CONFIG_ENCODERS) += decode_with_drops.c
endif
decode_with_drops.GUID = CE5C53C4-8DDA-438A-86ED-0DDD3CDB8D26
decode_with_drops.DESCRIPTION = Drops frames while decoding
+ifeq ($(CONFIG_DECODERS),yes)
+GEN_EXAMPLES-$(CONFIG_ERROR_CONCEALMENT) += decode_with_partial_drops.c
+endif
+decode_with_partial_drops.GUID = 61C2D026-5754-46AC-916F-1343ECC5537E
+decode_with_partial_drops.DESCRIPTION = Drops parts of frames while decoding
GEN_EXAMPLES-$(CONFIG_ENCODERS) += error_resilient.c
error_resilient.GUID = DF5837B9-4145-4F92-A031-44E4F832E00C
error_resilient.DESCRIPTION = Error Resiliency Feature