]> granicus.if.org Git - libvpx/commit
Revert "third_party: Roll libwebm snapshot."
authorJames Zern <jzern@google.com>
Sat, 26 Mar 2016 19:52:49 +0000 (12:52 -0700)
committerJames Zern <jzern@google.com>
Sat, 26 Mar 2016 19:56:21 +0000 (12:56 -0700)
commitee1bd86d9cee3f5599facc833302f43515e6b472
treeae23375b7af4174e142cfd14923af4332f349408
parentaa1132d1de6d81d276e698947607c56532235c55
Revert "third_party: Roll libwebm snapshot."

This reverts commit 80ddeb281a0d4b3d9a6d39a7ef91370f52845b39.

breaks Android build and causes valgrind failures in the examples

Change-Id: Ie13ceed2f9f8970af87339b807032a52083f27fe
25 files changed:
examples.mk
libs.mk
test/test.mk
third_party/libwebm/Android.mk
third_party/libwebm/README.libvpx
third_party/libwebm/RELEASE.TXT [new file with mode: 0644]
third_party/libwebm/common/file_util.cc [deleted file]
third_party/libwebm/common/file_util.h [deleted file]
third_party/libwebm/common/hdr_util.cc [deleted file]
third_party/libwebm/common/hdr_util.h [deleted file]
third_party/libwebm/mkvmuxer.cpp [moved from third_party/libwebm/mkvmuxer/mkvmuxer.cc with 56% similarity]
third_party/libwebm/mkvmuxer.hpp [moved from third_party/libwebm/mkvmuxer/mkvmuxer.h with 68% similarity]
third_party/libwebm/mkvmuxer/mkvmuxerutil.h [deleted file]
third_party/libwebm/mkvmuxertypes.hpp [moved from third_party/libwebm/mkvmuxer/mkvmuxertypes.h with 70% similarity]
third_party/libwebm/mkvmuxerutil.cpp [moved from third_party/libwebm/mkvmuxer/mkvmuxerutil.cc with 54% similarity]
third_party/libwebm/mkvmuxerutil.hpp [new file with mode: 0644]
third_party/libwebm/mkvparser.cpp [moved from third_party/libwebm/mkvparser/mkvparser.cc with 92% similarity]
third_party/libwebm/mkvparser.hpp [moved from third_party/libwebm/mkvparser/mkvparser.h with 90% similarity]
third_party/libwebm/mkvreader.cpp [moved from third_party/libwebm/mkvparser/mkvreader.cc with 97% similarity]
third_party/libwebm/mkvreader.hpp [moved from third_party/libwebm/mkvparser/mkvreader.h with 87% similarity]
third_party/libwebm/mkvwriter.cpp [moved from third_party/libwebm/mkvmuxer/mkvwriter.cc with 87% similarity]
third_party/libwebm/mkvwriter.hpp [moved from third_party/libwebm/mkvmuxer/mkvwriter.h with 72% similarity]
third_party/libwebm/webmids.hpp [moved from third_party/libwebm/common/webmids.h with 79% similarity]
webmdec.cc
webmenc.cc