summaryrefslogtreecommitdiff
path: root/examples.mk
diff options
context:
space:
mode:
authorDmitry Kovalev <dkovalev@google.com>2014-01-28 11:27:30 -0800
committerDmitry Kovalev <dkovalev@google.com>2014-01-29 10:55:59 -0800
commit2e862ce71cc800137b6e251ab0a52ef3a077b208 (patch)
tree64a3b8d8f93aa6a8e6c0c1fb04478b33a85b4fa5 /examples.mk
parentc382136122ce7bb96e207e9f7ae646c656f7ff73 (diff)
downloadlibvpx-2e862ce71cc800137b6e251ab0a52ef3a077b208.tar
libvpx-2e862ce71cc800137b6e251ab0a52ef3a077b208.tar.gz
libvpx-2e862ce71cc800137b6e251ab0a52ef3a077b208.tar.bz2
libvpx-2e862ce71cc800137b6e251ab0a52ef3a077b208.zip
Adapting postproc example to use new file reading API.
Change-Id: Ib3747c81db8cc89b5d7012db557411a3b49712aa
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 6940353f5..57a028a11 100644
--- a/examples.mk
+++ b/examples.mk
@@ -79,6 +79,8 @@ simple_decoder.SRCS += ivfdec.h ivfdec.c
simple_decoder.SRCS += tools_common.h tools_common.c
simple_decoder.DESCRIPTION = Simplified decoder loop
GEN_EXAMPLES-$(CONFIG_VP8_DECODER) += postproc.c
+postproc.SRCS += ivfdec.h ivfdec.c
+postproc.SRCS += tools_common.h tools_common.c
postproc.GUID = 65E33355-F35E-4088-884D-3FD4905881D7
postproc.DESCRIPTION = Decoder postprocessor control
GEN_EXAMPLES-$(CONFIG_VP8_DECODER) += decode_to_md5.c