mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-11-23 04:41:11 +00:00
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:
parent
61521428c9
commit
e1d94bc620
@ -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>
|
||||
|
Loading…
Reference in New Issue
Block a user