Bug 1891458 - Update arm-cpu-runtime-detection patch r=media-playback-reviewers,padenot

The aarch64_cpudetect.c has been updated by the previous patch.
Consequently, the arm-cpu-runtime-detection patch modifying this file
should also be adjusted accordingly.

Depends on D207806

Differential Revision: https://phabricator.services.mozilla.com/D207807
This commit is contained in:
Chun-Min Chang 2024-04-18 15:58:08 +00:00
parent 61521428c9
commit e1d94bc620

View File

@ -6,10 +6,10 @@ Bug 1888772 - Allow ARM CPU runtime detection code to build on OpenBSD
diff --git a/vpx_ports/aarch64_cpudetect.c b/vpx_ports/aarch64_cpudetect.c
--- a/vpx_ports/aarch64_cpudetect.c
+++ b/vpx_ports/aarch64_cpudetect.c
@@ -10,30 +10,30 @@
@@ -11,30 +11,30 @@
#include "./vpx_config.h"
#include "arm_cpudetect.h"
#include "vpx_ports/arm.h"
#include "vpx_ports/arm_cpudetect.h"
#if defined(__APPLE__)
#include <sys/sysctl.h>