mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-11-23 21:01:08 +00:00
221b7744a7
This patch includes the macOS/arm64 code within libvpx through a two-step process: 1. Integration of macOS/arm64 code in the same revision (1) Change `revision` in moz.yaml to a random string. (2) Add code in the same revision via ``` ./mach vendor media/libvpx/moz.yaml -r \ 85dafa9c61f99330f484e77297684b42af6ff37d \ --patch-mode=none --ignore-modified ``` (3) Undo the changes for `revision` in moz.yaml 2. Local patch application: Run the command below ``` ./mach vendor media/libvpx/moz.yaml --patch-mode=only ``` Consequently, this enables the inclusion and successful building of macOS/arm64 code within the libvpx library, and facilitating its integration with Gecko. Differential Revision: https://phabricator.services.mozilla.com/D209086 |
||
---|---|---|
.. | ||
config | ||
libvpx | ||
arm_cpu_runtime_detection_code_on_openbsd.patch | ||
generate_sources_mozbuild.sh | ||
input_frame_validation_vp9.patch | ||
input_frame_validation.patch | ||
LICENSE | ||
lint_config.sh | ||
Makefile.in | ||
moz.build | ||
moz.yaml | ||
README_MOZILLA | ||
rename_duplicate_files.patch | ||
sources.mozbuild | ||
win64_build_fix.patch |