diff options
| author | Erik Kundiman <erik@megapahit.org> | 2026-05-18 18:48:52 +0800 |
|---|---|---|
| committer | Erik Kundiman <erik@megapahit.org> | 2026-05-18 18:48:52 +0800 |
| commit | 9563f50118f9b24518d8124605f7c2b4045381fc (patch) | |
| tree | 3ae63d3940b50e9d141c6ae0ce03b238505d0268 | |
| parent | ec39bb76ec80bd6ee6663121ec1fce6daa93845e (diff) | |
Revert "Remove the word Pipewire from config message for now"
This reverts commit 6c1ff2e4b9da8069b9da573f99b52df707e97e75.
| -rw-r--r-- | indra/media_plugins/cef/CMakeLists.txt | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/indra/media_plugins/cef/CMakeLists.txt b/indra/media_plugins/cef/CMakeLists.txt index a815b1cf4f..502be8774b 100644 --- a/indra/media_plugins/cef/CMakeLists.txt +++ b/indra/media_plugins/cef/CMakeLists.txt @@ -37,8 +37,7 @@ if (LINUX) include(FindPipeWire) include_directories(SYSTEM ${PIPEWIRE_INCLUDE_DIRS} ${SPA_INCLUDE_DIRS}) - #message( "Building with Linux volume catcher for PipeWire and PulseAudio" ) - message( "Building with Linux volume catcher for PulseAudio" ) + message( "Building with Linux volume catcher for PipeWire and PulseAudio" ) list(APPEND media_plugin_cef_HEADER_FILES linux/volume_catcher_linux.h |
