mirror of
https://gitlab.freedesktop.org/pipewire/pipewire.git
synced 2025-11-12 13:30:15 -05:00
command: add -ifexists option to load-module
If the module doesn't exist, the error is ignored.
This commit is contained in:
parent
8b6a163233
commit
d0f69e44cd
2 changed files with 31 additions and 5 deletions
|
|
@ -21,7 +21,7 @@ add-spa-lib api.bluez5.* bluez5/libspa-bluez5
|
|||
add-spa-lib api.vulkan.* vulkan/libspa-vulkan
|
||||
add-spa-lib api.jack.* jack/libspa-jack
|
||||
|
||||
#load-module libpipewire-module-spa-device api.jack.device
|
||||
#load-module -ifexists libpipewire-module-spa-device api.jack.device
|
||||
#load-module libpipewire-module-spa-device api.alsa.enum.udev
|
||||
#load-module libpipewire-module-spa-node api.alsa.seq.bridge node.name=MIDI-Bridge
|
||||
load-module libpipewire-module-rtkit
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue