From 26a029d407be480d791972afb5975cf62c9360a6 Mon Sep 17 00:00:00 2001 From: Daniel Baumann Date: Fri, 19 Apr 2024 02:47:55 +0200 Subject: Adding upstream version 124.0.1. Signed-off-by: Daniel Baumann --- .../g3doc/supported-platforms-and-compilers.md | 34 ++++++++++++++++++++++ 1 file changed, 34 insertions(+) create mode 100644 third_party/libwebrtc/g3doc/supported-platforms-and-compilers.md (limited to 'third_party/libwebrtc/g3doc/supported-platforms-and-compilers.md') diff --git a/third_party/libwebrtc/g3doc/supported-platforms-and-compilers.md b/third_party/libwebrtc/g3doc/supported-platforms-and-compilers.md new file mode 100644 index 0000000000..4e65767499 --- /dev/null +++ b/third_party/libwebrtc/g3doc/supported-platforms-and-compilers.md @@ -0,0 +1,34 @@ + + + +# WebRTC supported plaftorms and compilers + +## Operating systems and CPUs + +The list of officially supported operating systems and CPUs is: + +* Android: armeabi-v7a, arm64-v8a, x86, x86_64. +* iOS: arm64, x86_64. +* Linux: armeabi-v7a, arm64-v8a, x86, x86_64. +* macOS: x86_64, arm64 (M1). +* Windows: x86_64. + +Other platforms are not officially supported (which means there is no CI +coverage for them) but patches to keep WebRTC working with them are welcomed by +the WebRTC Team. + +## Compilers + +WebRTC officially supports clang on all the supported platforms. The clang +version officially supported is the one used by Chromium (hence the version is +really close to Tip of Tree and can be checked +[here](https://source.chromium.org/chromium/chromium/src/+/main:tools/clang/scripts/update.py) +by looking at the value of `CLANG_REVISION`). + +See also +[here](https://source.chromium.org/chromium/chromium/src/+/main:docs/clang.md) +for some clang related documentation from Chromium. + +Other compilers are not officially supported (which means there is no CI +coverage for them) but patches to keep WebRTC working with them are welcomed by +the WebRTC Team. -- cgit v1.2.3