summaryrefslogtreecommitdiff
path: root/examples.mk
diff options
context:
space:
mode:
authorDmitry Kovalev <dkovalev@google.com>2014-01-24 11:20:09 -0800
committerDmitry Kovalev <dkovalev@google.com>2014-01-24 11:20:09 -0800
commitc2b336815dddcd9fab2d4fb8ee199b816ce8c347 (patch)
treea234bd651c5637c1d02c37d663c3fc168238aa4e /examples.mk
parent58b9c9fbce267894b69d4521bf34349f4e557b9b (diff)
downloadlibvpx-c2b336815dddcd9fab2d4fb8ee199b816ce8c347.tar
libvpx-c2b336815dddcd9fab2d4fb8ee199b816ce8c347.tar.gz
libvpx-c2b336815dddcd9fab2d4fb8ee199b816ce8c347.tar.bz2
libvpx-c2b336815dddcd9fab2d4fb8ee199b816ce8c347.zip
Implementing simple API to read video files.
New API is supposed to be used from example code. Current implementation only supports IVF containers (will be extended to Y4M). Change-Id: Ib7da87237690b1a28297bdf03bc41c6836a84b7e
Diffstat (limited to 'examples.mk')
-rw-r--r--examples.mk8
1 files changed, 5 insertions, 3 deletions
diff --git a/examples.mk b/examples.mk
index b29ab9c34..2337d1ece 100644
--- a/examples.mk
+++ b/examples.mk
@@ -76,9 +76,11 @@ GEN_EXAMPLES-$(CONFIG_VP8_DECODER) += postproc.c
postproc.GUID = 65E33355-F35E-4088-884D-3FD4905881D7
postproc.DESCRIPTION = Decoder postprocessor control
GEN_EXAMPLES-$(CONFIG_VP8_DECODER) += decode_to_md5.c
-decode_to_md5.SRCS += md5_utils.h md5_utils.c
-decode_to_md5.GUID = 59120B9B-2735-4BFE-B022-146CA340FE42
-decode_to_md5.DESCRIPTION = Frame by frame MD5 checksum
+decode_to_md5.SRCS += md5_utils.h md5_utils.c
+decode_to_md5.SRCS += ivfdec.h ivfdec.c
+decode_to_md5.SRCS += tools_common.h tools_common.c
+decode_to_md5.GUID = 59120B9B-2735-4BFE-B022-146CA340FE42
+decode_to_md5.DESCRIPTION = Frame by frame MD5 checksum
GEN_EXAMPLES-$(CONFIG_VP8_ENCODER) += simple_encoder.c
simple_encoder.GUID = 4607D299-8A71-4D2C-9B1D-071899B6FBFD