summaryrefslogtreecommitdiff
path: root/webmdec.cc
diff options
context:
space:
mode:
authorJames Zern <jzern@google.com>2016-03-26 12:52:49 -0700
committerJames Zern <jzern@google.com>2016-03-26 12:56:21 -0700
commitee1bd86d9cee3f5599facc833302f43515e6b472 (patch)
treeae23375b7af4174e142cfd14923af4332f349408 /webmdec.cc
parentaa1132d1de6d81d276e698947607c56532235c55 (diff)
downloadlibvpx-ee1bd86d9cee3f5599facc833302f43515e6b472.tar
libvpx-ee1bd86d9cee3f5599facc833302f43515e6b472.tar.gz
libvpx-ee1bd86d9cee3f5599facc833302f43515e6b472.tar.bz2
libvpx-ee1bd86d9cee3f5599facc833302f43515e6b472.zip
Revert "third_party: Roll libwebm snapshot."
This reverts commit 80ddeb281a0d4b3d9a6d39a7ef91370f52845b39. breaks Android build and causes valgrind failures in the examples Change-Id: Ie13ceed2f9f8970af87339b807032a52083f27fe
Diffstat (limited to 'webmdec.cc')
-rw-r--r--webmdec.cc4
1 files changed, 2 insertions, 2 deletions
diff --git a/webmdec.cc b/webmdec.cc
index 6735ae599..f541cfecc 100644
--- a/webmdec.cc
+++ b/webmdec.cc
@@ -13,8 +13,8 @@
#include <cstring>
#include <cstdio>
-#include "third_party/libwebm/mkvparser/mkvparser.h"
-#include "third_party/libwebm/mkvparser/mkvreader.h"
+#include "third_party/libwebm/mkvparser.hpp"
+#include "third_party/libwebm/mkvreader.hpp"
namespace {