mirror of
https://repo.dactyloidae.xyz/Dactyloidae/UXP.git
synced 2026-09-24 09:27:31 +09:00
Update libaom to commit ID 1e227d41f0616de9548a673a83a21ef990b62591
This commit is contained in:
parent
77c9089b7d
commit
368651059a
526 changed files with 34535 additions and 15900 deletions
10
third_party/aom/README.md
vendored
10
third_party/aom/README.md
vendored
|
|
@ -414,6 +414,16 @@ First, add the new test data file to the `aom-test-data` bucket of the
|
|||
`aomedia-testing` project on Google Cloud Platform. You may need to ask someone
|
||||
with the necessary access permissions to do this for you.
|
||||
|
||||
NOTE: When a new test data file is added to the `aom-test-data` bucket, its
|
||||
"Public access" is initially "Not public". We need to change its
|
||||
"Public access" to "Public" by using the following
|
||||
[`gsutil`](https://cloud.google.com/storage/docs/gsutil_install) command:
|
||||
~~~
|
||||
$ gsutil acl ch -g all:R gs://aom-test-data/test-data-file-name
|
||||
~~~
|
||||
This command grants the `AllUsers` group READ access to the file named
|
||||
"test-data-file-name" in the `aom-test-data` bucket.
|
||||
|
||||
Once the new test data file has been added to `aom-test-data`, create a CL to
|
||||
add the name of the new test data file to `test/test_data_util.cmake` and add
|
||||
the SHA1 checksum of the new test data file to `test/test-data.sha1`. (The SHA1
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue