summaryrefslogtreecommitdiff
path: root/examples.mk
diff options
context:
space:
mode:
authorTom Finegan <tomfinegan@google.com>2014-04-30 16:41:16 -0700
committerTom Finegan <tomfinegan@google.com>2014-05-07 10:51:18 -0700
commitf06de3b0a6ef59f1ebfeb90cd5d46e2cc3416863 (patch)
treeb3b002cccc2b233089b50f9ffb85fd0fcceb8872 /examples.mk
parentcc5eee12bf37b513120d23d1d472b103ae4c3a1c (diff)
downloadlibvpx-f06de3b0a6ef59f1ebfeb90cd5d46e2cc3416863.tar
libvpx-f06de3b0a6ef59f1ebfeb90cd5d46e2cc3416863.tar.gz
libvpx-f06de3b0a6ef59f1ebfeb90cd5d46e2cc3416863.tar.bz2
libvpx-f06de3b0a6ef59f1ebfeb90cd5d46e2cc3416863.zip
Remove decode_with_partial_drops example.
Bitrotted and non-functional. Does one of two things: Crashes or reports errors and quits. Change-Id: Ia9c391ecd6e716b183d925247bf3dc0509ce4586
Diffstat (limited to 'examples.mk')
-rw-r--r--examples.mk5
1 files changed, 0 insertions, 5 deletions
diff --git a/examples.mk b/examples.mk
index f6e7c0062..b92c7321b 100644
--- a/examples.mk
+++ b/examples.mk
@@ -146,11 +146,6 @@ decode_with_drops.SRCS += vpx_ports/mem_ops_aligned.h
endif
decode_with_drops.GUID = CE5C53C4-8DDA-438A-86ED-0DDD3CDB8D26
decode_with_drops.DESCRIPTION = Drops frames while decoding
-ifeq ($(CONFIG_VP8_DECODER),yes)
-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
EXAMPLES-$(CONFIG_ENCODERS) += set_maps.c
set_maps.SRCS += ivfenc.h ivfenc.c
set_maps.SRCS += tools_common.h tools_common.c