gecko-dev/media/libaom/README_MOZILLA
Ralph Giles 1b86417339 Bug 1380118 - aom: Record the upstream repo we vendored from. r=froydnj
We've been recording the commit id from the last vendor in
README_MOZILLA inside the various media directories. Since
we now support a --repo switch to pull from forks, record
this info as well, to make it easier to find contiguous
upstream source.

MozReview-Commit-ID: 1RanpkWfAeC

--HG--
extra : rebase_source : b6bd16b56626a871802822385be6f3a24db6cd50
2017-08-14 14:33:55 -07:00

26 lines
775 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, execute
./mach vendor aom
To update to a specific upstream git tag or commit, use
./mach vendor aom -r <commit>
The upstream git repository is https://aomedia.googlesource.com/aom
To update to a fork, use
./mach vendor aom --repo <repository url> [-r <commit>]
The last update was pulled from https://aomedia.googlesource.com/aom
The git commit ID used was f5bdeac22930ff4c6b219be49c843db35970b918 (Thu Jul 27 18:23:37 2017 +0000).