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

..01-Sep-2019-

config/H01-Sep-2019-49,33538,660

README_MOZILLAH A D01-Sep-2019776 2615

generate_sources_mozbuild.shH A D01-Sep-20199 KiB282177

lint_config.shH A D01-Sep-20193.2 KiB11662

moz.buildH A D01-Sep-20195.3 KiB147130

sources.mozbuildH A D01-Sep-201942.9 KiB808806

README_MOZILLA

1This directory contains build files for the aom video
2codec reference implementation. The actual library
3source is in $TOPSRCDIR/third_party/aom/
4
5Any patches or additional configuration to be applied to the
6upstream source should be kept here in the media/libaom
7directory.
8
9To update the library source and build config files, execute
10
11  ./mach vendor aom
12
13To update to a specific upstream git tag or commit, use
14
15  ./mach vendor aom -r <commit>
16
17The upstream git repository is https://aomedia.googlesource.com/aom
18
19To update to a fork, use
20
21  ./mach vendor aom --repo <repository url> [-r <commit>]
22
23The last update was pulled from https://aomedia.googlesource.com/aom/
24
25The git commit ID used was e87fb2378f01103d5d6e477a4ef6892dc714e614 (Tue Oct 10 19:20:52 2017 +0000).
26