From 97ff0463f40f6d7be26ba90e85fbf021bc2368ad Mon Sep 17 00:00:00 2001 From: Johann Date: Wed, 26 Sep 2018 16:13:01 -0700 Subject: [PATCH] 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 --- test/test.mk | 1 + 1 file changed, 1 insertion(+) diff --git a/test/test.mk b/test/test.mk index 11a0acf81..3cf3202b8 100644 --- a/test/test.mk +++ b/test/test.mk @@ -75,6 +75,7 @@ LIBWEBM_PARSER_SRCS += ../third_party/libwebm/mkvparser/mkvparser.cc 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 -- 2.40.0