Changeset 99723 in vbox for trunk/src/VBox/Main
- Timestamp:
- May 10, 2023 1:20:23 PM (22 months ago)
- svn:sync-xref-src-repo-rev:
- 157295
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Main/xml/Settings.cpp
r99680 r99723 8940 8940 { 8941 8941 # ifdef VBOX_WITH_AUDIO_PULSE 8942 /* Check for the pulse library & that the pulse audio daemon is running. */ 8943 if ( RTProcIsRunningByName("pulseaudio") 8942 /* Check for the pulse library & that the PulseAudio daemon is running. */ 8943 if ( ( RTProcIsRunningByName("pulseaudio") 8944 /* We also use the PulseAudio backend when we find pipewire-pulse running, which 8945 * acts as a PulseAudio-compatible daemon for Pipewire-enabled applications. See @ticketref{21575} */ 8946 || RTProcIsRunningByName("pipewire-pulse")) 8944 8947 && RTLdrIsLoadable("libpulse.so.0")) 8945 8948 {
Note:
See TracChangeset
for help on using the changeset viewer.