Roll src/third_party/WebKit a3b4a2e:7441784 (svn 202551:202552)
[chromium-blink-merge.git] / third_party / libvpx_new / README.chromium
blobbdb2ded0acfeefb8e6772d8038a3ba03f938d365
1 Name: libvpx
2 URL: http://www.webmproject.org
3 Version: v1.4.0
4 License: BSD
5 License File: source/libvpx/LICENSE
6 Security Critical: yes
8 Date: Monday September 14 2015
9 Branch: master
10 Commit: c5f11912ae328a912ef087fdcd074ff07e96d8f9
12 Description:
13 Contains the sources used to compile libvpx binaries used by Google Chrome and
14 Chromium.
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.
31    ./generate_gypi.sh
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
40    Current HEAD: <hash>
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:
49 - generate_gypi.sh
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.
54 - lint_config.sh
56 A tool to verify vpx_config.h and vpx_config.asm are matched. This also
57 prints the final configuration after checking.