diff options
author | James Zern <jzern@google.com> | 2016-03-26 12:52:49 -0700 |
---|---|---|
committer | James Zern <jzern@google.com> | 2016-03-26 12:56:21 -0700 |
commit | ee1bd86d9cee3f5599facc833302f43515e6b472 (patch) | |
tree | ae23375b7af4174e142cfd14923af4332f349408 /webmenc.cc | |
parent | aa1132d1de6d81d276e698947607c56532235c55 (diff) | |
download | 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 'webmenc.cc')
-rw-r--r-- | webmenc.cc | 6 |
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; |