summaryrefslogtreecommitdiff
path: root/indra/media_plugins/cef/volume_catcher_null.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'indra/media_plugins/cef/volume_catcher_null.cpp')
-rw-r--r--indra/media_plugins/cef/volume_catcher_null.cpp8
1 files changed, 7 insertions, 1 deletions
diff --git a/indra/media_plugins/cef/volume_catcher_null.cpp b/indra/media_plugins/cef/volume_catcher_null.cpp
index c6028da45b..cd5eccca38 100644
--- a/indra/media_plugins/cef/volume_catcher_null.cpp
+++ b/indra/media_plugins/cef/volume_catcher_null.cpp
@@ -1,4 +1,4 @@
-/**
+/**
* @file volume_catcher_null.cpp
* @brief A null implementation of volume level control of all audio channels opened by a process.
* We are using this for the macOS version for now until we can understand how to make the
@@ -51,3 +51,9 @@ void VolumeCatcher::setPan(F32 pan)
void VolumeCatcher::pump()
{
}
+
+#if LL_LINUX
+void VolumeCatcher::onEnablePipeWireVolumeCatcher(bool enable)
+{
+}
+#endif