mirror of
https://gitlab.alpinelinux.org/alpine/aports.git
synced 2025-07-13 19:29:53 +03:00
30 lines
933 B
Diff
30 lines
933 B
Diff
Patch-Source: https://gitlab.freedesktop.org/pulseaudio/webrtc-audio-processing/-/merge_requests/56
|
|
---
|
|
From 9270389e62ac5d5711cfefe32852fd63248af105 Mon Sep 17 00:00:00 2001
|
|
From: =?UTF-8?q?J=2E=20Neusch=C3=A4fer?= <j.ne@posteo.net>
|
|
Date: Tue, 21 Jan 2025 02:01:15 +0000
|
|
Subject: [PATCH] arch.h: Add s390x support
|
|
|
|
---
|
|
webrtc/rtc_base/system/arch.h | 5 +++++
|
|
1 file changed, 5 insertions(+)
|
|
|
|
diff --git a/webrtc/rtc_base/system/arch.h b/webrtc/rtc_base/system/arch.h
|
|
index 9d945ef..78cb2b6 100644
|
|
--- a/webrtc/rtc_base/system/arch.h
|
|
+++ b/webrtc/rtc_base/system/arch.h
|
|
@@ -83,6 +83,11 @@
|
|
#define WEBRTC_ARCH_LOONG64
|
|
#define WEBRTC_ARCH_64_BITS
|
|
#define WEBRTC_ARCH_LITTLE_ENDIAN
|
|
+#elif defined(__s390x__)
|
|
+#define WEBRTC_ARCH_S390_FAMILY
|
|
+#define WEBRTC_ARCH_S390X
|
|
+#define WEBRTC_ARCH_64_BITS
|
|
+#define WEBRTC_ARCH_BIG_ENDIAN
|
|
#elif defined(__pnacl__)
|
|
#define WEBRTC_ARCH_32_BITS
|
|
#define WEBRTC_ARCH_LITTLE_ENDIAN
|
|
--
|
|
GitLab
|
|
|