diff options
| author | Erik Kundiman <erik@megapahit.org> | 2026-05-18 18:50:53 +0800 |
|---|---|---|
| committer | Erik Kundiman <erik@megapahit.org> | 2026-05-18 18:50:53 +0800 |
| commit | 86252dd7d4bb7e7100b434ac642cbb3682165bfb (patch) | |
| tree | 884a93f1820a792c911dd396ca96179131df3f52 /indra/media_plugins/cef/linux | |
| parent | 54e1494fda4976626897c3de5e6148655ddb8895 (diff) | |
Revert "Exempt Tumbleweed from PipeWire"
This reverts commit 2170cca3a9f205bc6dda9d1b084ff5c8821186c9.
Diffstat (limited to 'indra/media_plugins/cef/linux')
| -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(); |
