gecko-dev/media/libvpx
Chun-Min Chang 221b7744a7 Bug 1894408 - Import and build macOS/arm64 code in libvpx r=media-playback-reviewers,padenot
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
2024-05-02 22:25:29 +00:00
..
config Bug 1894408 - Import and build macOS/arm64 code in libvpx r=media-playback-reviewers,padenot 2024-05-02 22:25:29 +00:00
libvpx Bug 1891458 - Apply local patches r=media-playback-reviewers,padenot 2024-04-18 15:58:08 +00:00
LICENSE
Makefile.in Bug 1867459 - Replace CPU_ARCH with TARGET_CPU. r=firefox-build-system-reviewers,sergesanspaille 2023-12-08 10:43:59 +00:00
README_MOZILLA
arm_cpu_runtime_detection_code_on_openbsd.patch Bug 1891458 - Update arm-cpu-runtime-detection patch r=media-playback-reviewers,padenot 2024-04-18 15:58:08 +00:00
generate_sources_mozbuild.sh Bug 1894408 - Introduce macOS/arm64 platform configuration to libvpx r=media-playback-reviewers,padenot 2024-05-02 22:25:28 +00:00
input_frame_validation.patch Bug 1880814 - Adjust input_frame_validation.patch r=media-playback-reviewers,alwu 2024-03-19 23:22:53 +00:00
input_frame_validation_vp9.patch Bug 1786366 - Update input_frame_validation_vp9.patch r=webrtc-reviewers,ng 2023-01-27 23:30:54 +00:00
lint_config.sh
moz.build Bug 1894408 - Introduce macOS/arm64 platform configuration to libvpx r=media-playback-reviewers,padenot 2024-05-02 22:25:28 +00:00
moz.yaml Bug 1891458 - Update libvpx to 85dafa9c61f99330f484e77297684b42af6ff37d r=media-playback-reviewers,padenot 2024-04-18 15:58:07 +00:00
rename_duplicate_files.patch
sources.mozbuild Bug 1894408 - Import and build macOS/arm64 code in libvpx r=media-playback-reviewers,padenot 2024-05-02 22:25:29 +00:00
win64_build_fix.patch