mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-11-27 06:43:32 +00:00
178830daa7
Differential Revision: https://phabricator.services.mozilla.com/D212160
21 lines
753 B
Plaintext
21 lines
753 B
Plaintext
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.
|
|
|
|
The upstream git repository is https://aomedia.googlesource.com/aom
|
|
|
|
To view the information about the current version, check the
|
|
'origin' section of moz.yaml.
|