• Home
  • History
  • Annotate
Name Date Size #Lines LOC

..--

config/23-Nov-2023-8,9896,411

libaom/23-Nov-2023-528,824420,262

Android.bpD23-Nov-202318.7 KiB602545

Android.bp.inD23-Nov-20234 KiB156143

Android.mkD23-Nov-202359 20

METADATAD23-Nov-2023334 1211

OWNERSD23-Nov-2023124 54

README.androidD23-Nov-20231.3 KiB4933

README.versionD23-Nov-2023141 54

generate_config.shD23-Nov-20234.4 KiB17290

libaom_blocklist.txtD23-Nov-2023138 54

update_libaom.shD23-Nov-20233.4 KiB13679

README.android

1Name: libaom
2URL: https://aomedia.org
3Version: v2.0.0
4License: BSD
5License File: libaom/LICENSE
6
7Date: Wednesday May 20 2020
8Branch: 2.0.0
9Commit: bb35ba9148543f22ba7d8642e4fbd29ae301f5dc
10
11Description:
12Contains the sources used to compile libaom.
13
14The libaom source is from aomedia.org:
15  https://aomedia.googlesource.com/aom/
16
17Please follow these steps to update libaom source code:
18
191. Update libaom source tree. Look for "Current HEAD: <hash>" output to update
20   README.android. Look for "git log from upstream: <git log>" output to add
21   to the commit message.
22
23   ./update_libaom.sh [branch name]
24
252. Generate updated Android.bp and config files.
26
27   ./generate_config.sh
28
293. Update this file with any Version, Date, Branch, or Commit changes. The
30   version is in the file config/config/aom_version.h
31
324. Commit the changes. The commit message should look like this and is printed
33   by update_libaom.sh:
34   libaom: Pull from upstream
35
36   Current HEAD: <hash>
37
38   git log from upstream:
39   a6b2070 <git commit message 1>
40   08dabbc <git commit message 2>
41   c29fb02 <git commit message 3>
42
43Tools needed to build libaom:
44
45- generate_config.sh
46
47Generate config files that contain the source list for each platform.
48A list of prerequisites is at the top of generate_config.sh.
49

README.version

1URL: https://aomedia.googlesource.com/aom/+archive/bb35ba9148543f22ba7d8642e4fbd29ae301f5dc.tar.gz
2Version: v2.0.0
3Local Modifications:
4None
5