2 URL: http://www.webmproject.org
5 License File: source/libvpx/LICENSE
8 Date: Monday September 14 2015
10 Commit: c5f11912ae328a912ef087fdcd074ff07e96d8f9
13 Contains the sources used to compile libvpx binaries used by Google Chrome and
16 The libvpx source is from webmproject.org:
17 git://review.webmproject.org/libvpx
19 Notes on updating libvpx source code.
21 Please follow these steps to update libvpx source code:
23 1. Update libvpx source tree. Look for "Current HEAD: <hash>" output to update
24 README.chromium. Look for "git log from upstream: <git log>" output to add
25 to the commit message.
27 ./update_libvpx.sh [branch name]
29 2. Generate updated .gypi and config files.
33 3. Update this README with any Version, Date, Branch, and Commit changes. The
34 version is in the file source/config/vpx_version.h
36 4. Commit the changes in root (I.e README & .gypi files), source/libvpx, and
37 source/config directories. The commit message should look like this:
38 libvpx: Pull from upstream
42 git log from upstream:
43 a6b2070 <git commit message 1>
44 08dabbc <git commit message 2>
45 c29fb02 <git commit message 3>
47 Tools needed to build libvpx:
51 Generate config and .gypi files that contain the source list for each platform.
52 Configuration for the build is taken from vpx_config.h for each platform.
56 A tool to verify vpx_config.h and vpx_config.asm are matched. This also
57 prints the final configuration after checking.