diff options
| author | Erik Kundiman <erik@megapahit.org> | 2026-05-18 20:51:39 +0800 |
|---|---|---|
| committer | Erik Kundiman <erik@megapahit.org> | 2026-05-18 20:51:39 +0800 |
| commit | 568a74e63ab9c136676a84dbbf53a34f810b07da (patch) | |
| tree | 4164ff56c924454edc5591c1616bb579932abfec /indra/media_plugins/cef/linux/volume_catcher_linux.cpp | |
| parent | b228223b5d7b4b8c7db01208c84a0d22cbfc395c (diff) | |
| parent | c8f1c4e4123df15fd27e6559ff88885ceab0aa29 (diff) | |
Merge branch 'main' into 2026.02
Diffstat (limited to 'indra/media_plugins/cef/linux/volume_catcher_linux.cpp')
| -rw-r--r-- | indra/media_plugins/cef/linux/volume_catcher_linux.cpp | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/indra/media_plugins/cef/linux/volume_catcher_linux.cpp b/indra/media_plugins/cef/linux/volume_catcher_linux.cpp index ba2ed1aa56..7d33242063 100644 --- a/indra/media_plugins/cef/linux/volume_catcher_linux.cpp +++ b/indra/media_plugins/cef/linux/volume_catcher_linux.cpp @@ -37,14 +37,12 @@ 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(); |
