Source code
Revision control
Copy as Markdown
Other Tools
This directory contains build files for the aom video
codec reference implementation. The actual library
source is in $TOPSRCDIR/third_party/aom/
Any patches or additional configuration to be applied to the
upstream source should be kept here in the media/libaom
directory.
To update the library source and build config files,
1. Run `./mach vendor media/libaom/moz.yaml --patch-mode=none`, or
`./mach vendor media/libaom/moz.yaml -r <commit>` for a specific
commit, to update the sources
2. Run `./mach vendor media/libaom/moz.yaml --patch-mode=only` to
apply the local patches.
To view the information about the current version, check the
'origin' section of moz.yaml.