gecko-dev/media/libaom/README_MOZILLA

26 строки
776 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 b25610052a1398032320008d69b51d2da94f5928 (Mon Jul 23 18:08:58 2018 +0000).