summaryrefslogtreecommitdiff
path: root/examples.mk
diff options
context:
space:
mode:
authorJohn Koleszar <jkoleszar@google.com>2010-10-20 12:05:48 -0400
committerJohn Koleszar <jkoleszar@google.com>2010-10-25 22:12:14 -0400
commitdc66630cca948880b1e90548511114577917969d (patch)
tree3d7a7ee4520695a3974aa4516b01a1a849005b80 /examples.mk
parentf9d9824047d5d94f0e7312815e99f8347ec09581 (diff)
downloadlibvpx-dc66630cca948880b1e90548511114577917969d.tar
libvpx-dc66630cca948880b1e90548511114577917969d.tar.gz
libvpx-dc66630cca948880b1e90548511114577917969d.tar.bz2
libvpx-dc66630cca948880b1e90548511114577917969d.zip
ivfenc: webm output support
This patch adds the --webm option, to allow the creation of WebM streams without having to remux ivf into webm. Change-Id: Ief93c114a6913c55a04cf51bce38f594372d0ad0
Diffstat (limited to 'examples.mk')
-rw-r--r--examples.mk3
1 files changed, 3 insertions, 0 deletions
diff --git a/examples.mk b/examples.mk
index 56da642ae..ef1d1a26b 100644
--- a/examples.mk
+++ b/examples.mk
@@ -30,6 +30,9 @@ UTILS-$(CONFIG_ENCODERS) += ivfenc.c
ivfenc.SRCS += args.c args.h y4minput.c y4minput.h
ivfenc.SRCS += vpx_ports/config.h vpx_ports/mem_ops.h
ivfenc.SRCS += vpx_ports/mem_ops_aligned.h
+ivfenc.SRCS += libmkv/EbmlIDs.h
+ivfenc.SRCS += libmkv/EbmlWriter.c
+ivfenc.SRCS += libmkv/EbmlWriter.h
ivfenc.GUID = 548DEC74-7A15-4B2B-AFC3-AA102E7C25C1
ivfenc.DESCRIPTION = Full featured encoder