23 lines
1.1 KiB
Diff
23 lines
1.1 KiB
Diff
commit 214967e5cea61ff49fb21810e8d8c755db84f682
|
|
Author: Daniel Kolesa <daniel@octaforge.org>
|
|
Date: Tue Oct 4 11:53:06 2022 +0200
|
|
|
|
fix libwebrtc on ppc64
|
|
|
|
diff --git a/third_party/libwebrtc/moz.build b/third_party/libwebrtc/moz.build
|
|
index 8579f8b..d9ca79d 100644
|
|
--- a/third_party/libwebrtc/moz.build
|
|
+++ b/third_party/libwebrtc/moz.build
|
|
@@ -520,7 +520,10 @@ if CONFIG["CPU_ARCH"] == "ppc64" and CONFIG["OS_TARGET"] == "Linux":
|
|
"/third_party/libwebrtc/api/audio_codecs/isac/audio_decoder_isac_float_gn",
|
|
"/third_party/libwebrtc/api/audio_codecs/isac/audio_encoder_isac_float_gn",
|
|
"/third_party/libwebrtc/modules/audio_coding/isac_c_gn",
|
|
- "/third_party/libwebrtc/modules/audio_coding/isac_gn"
|
|
+ "/third_party/libwebrtc/modules/audio_coding/isac_gn",
|
|
+ "/third_party/libwebrtc/modules/desktop_capture/desktop_capture_generic_gn",
|
|
+ "/third_party/libwebrtc/modules/desktop_capture/desktop_capture_gn",
|
|
+ "/third_party/libwebrtc/modules/desktop_capture/primitives_gn"
|
|
]
|
|
|
|
if CONFIG["CPU_ARCH"] == "x86" and CONFIG["OS_TARGET"] == "Linux":
|