From 3d1e7933e52a689bb7bcefcc22a1901a4ddf187b Mon Sep 17 00:00:00 2001 From: Maki Date: Wed, 24 Apr 2024 07:47:06 -0400 Subject: Fix building for other platforms than Linux for volume catcher --- indra/media_plugins/cef/volume_catcher.h | 2 ++ 1 file changed, 2 insertions(+) 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; -- cgit v1.2.3