summaryrefslogtreecommitdiff
path: root/webmenc.cc
diff options
context:
space:
mode:
authorTom Finegan <tomfinegan@google.com>2016-04-07 11:47:54 -0700
committerTom Finegan <tomfinegan@google.com>2016-04-07 11:47:59 -0700
commit6965bde4e0b27e6db83f243361d11791fb520b02 (patch)
tree143028e1ea604cb794d21dbc9626c55b381af247 /webmenc.cc
parente96f0c3db3f61b65bdd63c1ed8867218111dbb62 (diff)
downloadlibvpx-6965bde4e0b27e6db83f243361d11791fb520b02.tar
libvpx-6965bde4e0b27e6db83f243361d11791fb520b02.tar.gz
libvpx-6965bde4e0b27e6db83f243361d11791fb520b02.tar.bz2
libvpx-6965bde4e0b27e6db83f243361d11791fb520b02.zip
Revert "third_party: Roll libwebm snapshot."
This reverts commit 31b975713cf69879bcfd66bc653791112a8c3644. It breaks the VS10_x64 and VS11_ARM builds. Change-Id: Ifc1146a98daa5b4ef52f49a191bef98932d51f06
Diffstat (limited to 'webmenc.cc')
-rw-r--r--webmenc.cc6
1 files changed, 3 insertions, 3 deletions
diff --git a/webmenc.cc b/webmenc.cc
index caf439157..d41e70044 100644
--- a/webmenc.cc
+++ b/webmenc.cc
@@ -11,9 +11,9 @@
#include <string>
-#include "third_party/libwebm/mkvmuxer/mkvmuxer.h"
-#include "third_party/libwebm/mkvmuxer/mkvmuxerutil.h"
-#include "third_party/libwebm/mkvmuxer/mkvwriter.h"
+#include "third_party/libwebm/mkvmuxer.hpp"
+#include "third_party/libwebm/mkvmuxerutil.hpp"
+#include "third_party/libwebm/mkvwriter.hpp"
namespace {
const uint64_t kDebugTrackUid = 0xDEADBEEF;