File signal-webrtc-disable-h264.patch of Package nodejs-signal-ringrtc
Index: webrtc-4896/webrtc.gni
===================================================================
--- webrtc-4896.orig/webrtc.gni 2022-05-05 14:49:26.204560454 +0200
+++ webrtc-4896/webrtc.gni 2022-05-09 07:42:39.954483860 +0200
@@ -175,8 +175,7 @@ declare_args() {
#
# Enabling H264 when building with MSVC is currently not supported, see
# bugs.webrtc.org/9213#c13 for more info.
- rtc_use_h264 =
- proprietary_codecs && !is_android && !is_ios && !(is_win && !is_clang)
+ rtc_use_h264 = false
# Enable this flag to make webrtc::Mutex be implemented by absl::Mutex.
rtc_use_absl_mutex = false