Backed out 10 changesets (bug 1803810) for xpcshell failures on test_import_global...
[gecko.git] / media / libaom / README_MOZILLA
blobdec95c499b5f8a7d3ee71798d2dbdf6475f01f76
1 This directory contains build files for the aom video
2 codec reference implementation. The actual library
3 source is in $TOPSRCDIR/third_party/aom/
5 Any patches or additional configuration to be applied to the
6 upstream source should be kept here in the media/libaom
7 directory.
9 To update the library source and build config files, execute
11   ./mach vendor media/libaom/moz.yaml
13 To update to a specific upstream git tag or commit, use
15   ./mach vendor media/libaom/moz.yaml -r <commit>
17 The upstream git repository is https://aomedia.googlesource.com/aom
19 To view the information about the current version, check the
20 'origin' section of moz.yaml.