summaryrefslogtreecommitdiff
path: root/indra/media_plugins
diff options
context:
space:
mode:
authorMaki <maki@hotmilk.space>2024-04-24 07:47:06 -0400
committerMaki <maki@hotmilk.space>2024-04-24 07:47:06 -0400
commit3d1e7933e52a689bb7bcefcc22a1901a4ddf187b (patch)
treef757dda05262c73663312e282a209f9490ca9bdc /indra/media_plugins
parent08ec79d089aaa447f0f36be4463570d249fbbcc5 (diff)
Fix building for other platforms than Linux for volume catcher
Diffstat (limited to 'indra/media_plugins')
-rw-r--r--indra/media_plugins/cef/volume_catcher.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/indra/media_plugins/cef/volume_catcher.h b/indra/media_plugins/cef/volume_catcher.h
index 3e53a7e961..dc63e4be01 100644
--- a/indra/media_plugins/cef/volume_catcher.h
+++ b/indra/media_plugins/cef/volume_catcher.h
@@ -54,7 +54,9 @@ public:
void pump();
+#if LL_LINUX
void onEnablePipeWireVolumeCatcher(bool enable);
+#endif
private:
VolumeCatcherImpl *pimpl;