blob: f7f480ed09664a314aaa2b124f824346b66b0e99 [file] [log] [blame]
Vignesh Venkatasubramanian7ce0a1d2015-08-25 11:05:01 -07001Name: libvpx
2URL: http://www.webmproject.org
Johann9c8a1ae2019-01-16 10:31:45 -08003Version: v1.8.0
Vignesh Venkatasubramanian7ce0a1d2015-08-25 11:05:01 -07004License: BSD
5License File: libvpx/LICENSE
6
Johann9c8a1ae2019-01-16 10:31:45 -08007Date: Wednesday January 16 2019
8Branch: origin/northernshoveler
Johann237b7082019-02-04 12:50:29 -08009Commit: b85ac11737430a7f600ac4efb643d4833afd7428
Vignesh Venkatasubramanian7ce0a1d2015-08-25 11:05:01 -070010
11Description:
12Contains the sources used to compile libvpx.
13
14The libvpx source is from webmproject.org:
15 https://chromium.googlesource.com/webm/libvpx
16
17Notes on updating libvpx source code:
18
19Please follow these steps to update libvpx source code:
20
211. Update libvpx source tree. Look for "Current HEAD: <hash>" output to update
22 README.android. Look for "git log from upstream: <git log>" output to add
23 to the commit message.
24
25 ./update_libvpx.sh [branch name]
26
272. Generate updated .gypi and config files.
28
29 ./generate_config.sh
30
313. Update this file with any Version, Date, Branch, or Commit changes. The
32 version is in the file source/config/vpx_version.h
33
Johann68e1c832016-07-21 12:09:52 -0700344. Commit the changes. The commit message should look like this and is printed
Vignesh Venkatasubramanian7ce0a1d2015-08-25 11:05:01 -070035 by update_libvpx.sh:
36 libvpx: Pull from upstream
37
38 Current HEAD: <hash>
39
40 git log from upstream:
41 a6b2070 <git commit message 1>
42 08dabbc <git commit message 2>
43 c29fb02 <git commit message 3>
44
45Tools needed to build libvpx:
46
47- generate_config.sh
48
49Generate config files that contain the source list for each platform.
50Configuration for the build is taken from vpx_config.h for each platform.
51
52- lint_config.sh
53
54A tool to verify vpx_config.h and vpx_config.asm are matched. This also
55prints the final configuration after checking.
56