summaryrefslogtreecommitdiff
path: root/test
diff options
context:
space:
mode:
authorTom Finegan <tomfinegan@google.com>2016-04-06 14:26:32 -0700
committerTom Finegan <tomfinegan@google.com>2016-04-06 14:30:33 -0700
commit758fc662b237ffd2dafaf4e6418a83dcc2926820 (patch)
tree4b3d3b024236b2ec42b26ce69eb67c5ad7df0748 /test
parentc93946bbc3a69d66d0940ca543a2daf52b965c65 (diff)
downloadlibvpx-758fc662b237ffd2dafaf4e6418a83dcc2926820.tar
libvpx-758fc662b237ffd2dafaf4e6418a83dcc2926820.tar.gz
libvpx-758fc662b237ffd2dafaf4e6418a83dcc2926820.tar.bz2
libvpx-758fc662b237ffd2dafaf4e6418a83dcc2926820.zip
Revert "third_party: Roll libwebm snapshot."
This reverts commit 74aaa2389ec056f9dd8631eeed42fe7a757daf32. Unstable under valgrind because of uninitialized reads. Limiting the bad bisect range. Change-Id: I45b32f0ee0ba45795e7efb9947fb805830c8ce0e
Diffstat (limited to 'test')
-rw-r--r--test/test.mk8
1 files changed, 4 insertions, 4 deletions
diff --git a/test/test.mk b/test/test.mk
index 693185362..0a4b69ce0 100644
--- a/test/test.mk
+++ b/test/test.mk
@@ -59,10 +59,10 @@ LIBVPX_TEST_SRCS-$(CONFIG_ENCODERS) += y4m_test.cc ../y4menc.c ../y4menc.h
## WebM Parsing
ifeq ($(CONFIG_WEBM_IO), yes)
-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/mkvparser.cpp
+LIBWEBM_PARSER_SRCS += ../third_party/libwebm/mkvreader.cpp
+LIBWEBM_PARSER_SRCS += ../third_party/libwebm/mkvparser.hpp
+LIBWEBM_PARSER_SRCS += ../third_party/libwebm/mkvreader.hpp
LIBVPX_TEST_SRCS-$(CONFIG_DECODERS) += $(LIBWEBM_PARSER_SRCS)
LIBVPX_TEST_SRCS-$(CONFIG_DECODERS) += ../tools_common.h
LIBVPX_TEST_SRCS-$(CONFIG_DECODERS) += ../webmdec.cc