From 2170cca3a9f205bc6dda9d1b084ff5c8821186c9 Mon Sep 17 00:00:00 2001 From: Erik Kundiman Date: Sat, 8 Mar 2025 17:45:47 +0800 Subject: Exempt Tumbleweed from PipeWire since they upgraded to 1.3.83 from stable 1.2.7 and there seem to be API changes and we're not ready for them yet. --- indra/media_plugins/cef/linux/volume_catcher_linux.cpp | 2 ++ 1 file changed, 2 insertions(+) (limited to 'indra/media_plugins/cef/linux/volume_catcher_linux.cpp') diff --git a/indra/media_plugins/cef/linux/volume_catcher_linux.cpp b/indra/media_plugins/cef/linux/volume_catcher_linux.cpp index 7d33242063..ba2ed1aa56 100644 --- a/indra/media_plugins/cef/linux/volume_catcher_linux.cpp +++ b/indra/media_plugins/cef/linux/volume_catcher_linux.cpp @@ -37,12 +37,14 @@ void VolumeCatcher::onEnablePipeWireVolumeCatcher(bool enable) if (pimpl != nullptr) return; +#if USE_VOLUME_CATCHER_PW if (enable) { LL_DEBUGS() << "volume catcher using pipewire" << LL_ENDL; pimpl = new VolumeCatcherPipeWire(); } else +#endif { LL_DEBUGS() << "volume catcher using pulseaudio" << LL_ENDL; pimpl = new VolumeCatcherPulseAudio(); -- cgit v1.2.3