From 7fa057857f6f5bf7f5f337e51045fde6fdcc45e2 Mon Sep 17 00:00:00 2001 From: Erik Kundiman Date: Fri, 3 Oct 2025 21:33:50 +0800 Subject: Omit WebRTC (termination) on FreeBSD and Win ARM64 --- indra/newview/llvoiceclient.cpp | 2 ++ 1 file changed, 2 insertions(+) diff --git a/indra/newview/llvoiceclient.cpp b/indra/newview/llvoiceclient.cpp index d8413ce776..59e8db7752 100644 --- a/indra/newview/llvoiceclient.cpp +++ b/indra/newview/llvoiceclient.cpp @@ -302,10 +302,12 @@ void LLVoiceClient::setHidden(bool hidden) void LLVoiceClient::terminate() { +#if !__FreeBSD__ && !_M_ARM64 if (LLVivoxVoiceClient::instanceExists()) { LLWebRTCVoiceClient::getInstance()->terminate(); } +#endif if (LLVivoxVoiceClient::instanceExists()) { LLVivoxVoiceClient::getInstance()->terminate(); -- cgit v1.2.3