blob: 36d716d87d18beb346f18011c421e9094f4d9a40 [file] [log] [blame]
Vignesh Venkatasubramanianda49e342015-08-25 11:05:01 -07001Name: libvpx
2URL: http://www.webmproject.org
Johann2263fc92015-11-19 16:07:27 -08003Version: v1.5.0
Vignesh Venkatasubramanianda49e342015-08-25 11:05:01 -07004License: BSD
5License File: libvpx/LICENSE
6
Johann2263fc92015-11-19 16:07:27 -08007Date: Thursday November 19 2015
8Branch: javanwhistlingduck
9Commit: cbecf57f3e0d85a7b7f97f3ab7c507f6fe640a93
Vignesh Venkatasubramanianda49e342015-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
344. Remove the following unwanted files/directories:
35 * external/libvpx/libvpx/vp10
36
375. Commit the changes. The commit message should look like this and is printed
38 by update_libvpx.sh:
39 libvpx: Pull from upstream
40
41 Current HEAD: <hash>
42
43 git log from upstream:
44 a6b2070 <git commit message 1>
45 08dabbc <git commit message 2>
46 c29fb02 <git commit message 3>
47
48Tools needed to build libvpx:
49
50- generate_config.sh
51
52Generate config files that contain the source list for each platform.
53Configuration for the build is taken from vpx_config.h for each platform.
54
55- lint_config.sh
56
57A tool to verify vpx_config.h and vpx_config.asm are matched. This also
58prints the final configuration after checking.
59