mirror of
https://github.com/mozilla/gecko-dev.git
synced 2025-02-17 14:25:49 +00:00
![Chun-Min Chang](/assets/img/avatar_default.png)
This patch introduces the macOS/arm64 sources for libaom through the following steps: 1. Modify the `revision` in libaom/moz.yaml to `x` 2. Run the command: ``` ./mach vendor media/libaom/moz.yaml \ -r 23c94347d84241c322f3b40daf120047ff4f8d56 \ --patch-mode=none --ignore-modified ``` 3. Revert the change made in step 1, set the `revision` back to `23c94347d84241c322f3b40daf120047ff4f8d56` 4. Run the command: ``` ./mach vendor media/libaom/moz.yaml --patch-mode=only --ignore-modified ``` 5. Commit the patch Differential Revision: https://phabricator.services.mozilla.com/D209996