Up to higher level directory | |||
Name | Date | Size | |
---|---|---|---|
common/ | 24-Aug-2016 | ||
mkvparser/ | 24-Aug-2016 | ||
README.android | 24-Aug-2016 | 976 |
1 Name: libwebm 2 URL: http://www.webmproject.org 3 4 Commit: 5c50e310e7050192b952fe588186fd1dadc08b6e 5 6 Description: 7 Contains the sources used to compile libwebm's matroska parser. 8 9 The libwebm source is from webmproject.org: 10 https://chromium.googlesource.com/webm/libwebm 11 12 Notes on updating libwebm source code: 13 14 Please follow these steps to update libvpx source code: 15 16 1. Copy over the following files from the the libwebm checkout: 17 - mkvparser/mkvparser.cc 18 - mkvparser/mkvparser.h 19 - common/webmids.h 20 21 2. Update README.android (this file) with the upstream hash. 22 23 3. Copy the git log summary of changes by using the following in the libwebm 24 checkout: git log --pretty="%h %s" <previous_hash>...<current_hash> 25 26 4. Commit the changes. The commit message should look like this: 27 28 libwebm: Pull from upstream 29 30 Current HEAD: <hash> 31 32 git log from upstream: 33 a6b2070 <git commit message 1> 34 08dabbc <git commit message 2> 35 c29fb02 <git commit message 3> 36