Bug 1497984 - whitelist allowPtrace scope, too r=bstack
[gecko.git] / media / libaom / README_MOZILLA
blob1cad1536215be237d214d0a72317f0c955cf099d
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 aom
13 To update to a specific upstream git tag or commit, use
15   ./mach vendor aom -r <commit>
17 The upstream git repository is https://aomedia.googlesource.com/aom
19 To update to a fork, use
21   ./mach vendor aom --repo <repository url> [-r <commit>]
23 The last update was pulled from https://aomedia.googlesource.com/aom/
25 The git commit ID used was 1e227d41f0616de9548a673a83a21ef990b62591 (Tue Sep 18 17:30:35 2018 +0000).