summaryrefslogtreecommitdiff
path: root/indra/llplugin/llpluginclassmedia.cpp
diff options
context:
space:
mode:
authorErik Kundiman <erik@megapahit.org>2026-07-02 20:27:25 +0800
committerErik Kundiman <erik@megapahit.org>2026-07-02 20:27:25 +0800
commitec5fed6a7f1b677f6c11a3c66184bc56de58a279 (patch)
tree66230b7e030815016905ab335b483f86618a5843 /indra/llplugin/llpluginclassmedia.cpp
parent05af673abec6135b60d6c9d54dccc1e181efda4e (diff)
Send Pipewire volume catcher message on FBSD too
Diffstat (limited to 'indra/llplugin/llpluginclassmedia.cpp')
-rw-r--r--indra/llplugin/llpluginclassmedia.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/indra/llplugin/llpluginclassmedia.cpp b/indra/llplugin/llpluginclassmedia.cpp
index 34f1b83b6d..39f3bdce6d 100644
--- a/indra/llplugin/llpluginclassmedia.cpp
+++ b/indra/llplugin/llpluginclassmedia.cpp
@@ -1015,7 +1015,7 @@ void LLPluginClassMedia::enableMediaPluginDebugging( bool enable )
sendMessage( message );
}
-#if LL_LINUX
+#if LL_LINUX || __FreeBSD__
void LLPluginClassMedia::enablePipeWireVolumeCatcher( bool enable )
{
LLPluginMessage message(LLPLUGIN_MESSAGE_CLASS_MEDIA, "enable_pipewire_volume_catcher");