2017-04-13 03:01:43 +03:00
|
|
|
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, execute
|
|
|
|
|
2020-06-10 17:47:57 +03:00
|
|
|
./mach vendor media/libaom/moz.yaml
|
2017-04-13 03:01:43 +03:00
|
|
|
|
|
|
|
To update to a specific upstream git tag or commit, use
|
|
|
|
|
2020-06-10 17:47:57 +03:00
|
|
|
./mach vendor media/libaom/moz.yaml -r <commit>
|
2017-04-13 03:01:43 +03:00
|
|
|
|
2017-08-15 00:33:55 +03:00
|
|
|
The upstream git repository is https://aomedia.googlesource.com/aom
|
2017-04-13 03:01:43 +03:00
|
|
|
|
2020-06-10 17:47:57 +03:00
|
|
|
To view the information about the current version, check the
|
|
|
|
'origin' section of moz.yaml.
|