diff options
| author | Rye <rye@alchemyviewer.org> | 2025-10-23 05:47:55 -0400 |
|---|---|---|
| committer | Rye <rye@alchemyviewer.org> | 2025-10-27 04:59:13 -0400 |
| commit | 348974089c6f5f441deda9cec028210b5a298d50 (patch) | |
| tree | 3083d4feeaa8bf5fc5dd009801aab0086a837b94 /indra/llplugin/llpluginclassmedia.cpp | |
| parent | c950cb3b49e1810adec0b7f7a9afadce71ce49a7 (diff) | |
Restore linux CEF build support including changes from archive/develop
Fix various files missing linden_common
Signed-off-by: Rye <rye@alchemyviewer.org>
Diffstat (limited to 'indra/llplugin/llpluginclassmedia.cpp')
| -rw-r--r-- | indra/llplugin/llpluginclassmedia.cpp | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/indra/llplugin/llpluginclassmedia.cpp b/indra/llplugin/llpluginclassmedia.cpp index 77a4b08af5..68c8854a12 100644 --- a/indra/llplugin/llpluginclassmedia.cpp +++ b/indra/llplugin/llpluginclassmedia.cpp @@ -1015,6 +1015,15 @@ void LLPluginClassMedia::enableMediaPluginDebugging( bool enable ) sendMessage( message ); } +#if LL_LINUX +void LLPluginClassMedia::enablePipeWireVolumeCatcher( bool enable ) +{ + LLPluginMessage message(LLPLUGIN_MESSAGE_CLASS_MEDIA, "enable_pipewire_volume_catcher"); + message.setValueBoolean( "enable", enable ); + sendMessage( message ); +} +#endif + void LLPluginClassMedia::setTarget(const std::string &target) { mTarget = target; |
