commit | 5ab63583db5d294f65e0b114b7f589af0daaeefb | [log] [tgz] |
---|---|---|
author | Dmitry Kovalev <dkovalev@google.com> | Fri Jan 17 17:02:37 2014 -0800 |
committer | Dmitry Kovalev <dkovalev@google.com> | Fri Jan 17 17:02:37 2014 -0800 |
tree | 46c2575b957332f7c528e0df864800ad1675fbe5 | |
parent | 36ddfa9d0054cc13aa30a5a60f395a363904ba95 [diff] [blame] |
Moving y4m encoding functions into separate files. Change-Id: I03f614872167841515a74740d654c008b60104a4
diff --git a/examples.mk b/examples.mk index 66b719c..6befa50 100644 --- a/examples.mk +++ b/examples.mk
@@ -26,6 +26,7 @@ vpxdec.SRCS += ivfdec.c ivfdec.h vpxdec.SRCS += tools_common.c tools_common.h vpxdec.SRCS += webmdec.c webmdec.h +vpxdec.SRCS += y4menc.c y4menc.h vpxdec.SRCS += nestegg/halloc/halloc.h vpxdec.SRCS += nestegg/halloc/src/align.h vpxdec.SRCS += nestegg/halloc/src/halloc.c