]> granicus.if.org Git - libvpx/commitdiff
CONFIG_WEBM_IO: include webmids.h
authorJohann <johann.koenig@duck.com>
Wed, 26 Sep 2018 23:13:01 +0000 (16:13 -0700)
committerJohann <johann.koenig@duck.com>
Wed, 26 Sep 2018 23:14:19 +0000 (16:14 -0700)
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

index 11a0acf819c3d99c20a193a3edc74e722957027c..3cf3202b8fec5f3fa654a9b58615e6c30f5e5cfe 100644 (file)
@@ -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