ref: 97ff0463f40f6d7be26ba90e85fbf021bc2368ad
parent: 2d86965fee8636f30bd5575f2cf8f6b4f5bfd475
author: Johann <johann.koenig@duck.com>
date: Wed Sep 26 12:13:01 EDT 2018
CONFIG_WEBM_IO: include webmids.h This was previously brought in with the examples. When building with --disable-examples and --enable-codecs-srcs, this file gets lost. Change-Id: Id8bd67cb78c4f06647f34e85f425dfc701c640c0
--- a/test/test.mk
+++ b/test/test.mk
@@ -75,6 +75,7 @@
LIBWEBM_PARSER_SRCS += ../third_party/libwebm/mkvparser/mkvreader.cc
LIBWEBM_PARSER_SRCS += ../third_party/libwebm/mkvparser/mkvparser.h
LIBWEBM_PARSER_SRCS += ../third_party/libwebm/mkvparser/mkvreader.h
+LIBWEBM_PARSER_SRCS += ../third_party/libwebm/common/webmids.h
LIBVPX_TEST_SRCS-$(CONFIG_DECODERS) += $(LIBWEBM_PARSER_SRCS)
LIBVPX_TEST_SRCS-$(CONFIG_DECODERS) += ../tools_common.h
LIBVPX_TEST_SRCS-$(CONFIG_DECODERS) += ../webmdec.cc