mirror of
https://gitlab.freedesktop.org/pipewire/pipewire.git
synced 2025-11-10 13:30:05 -05:00
client-device: add client device
Make it possible to implement a device out-of-process
This commit is contained in:
parent
504b2da72b
commit
67a1d317c4
7 changed files with 1292 additions and 0 deletions
|
|
@ -38,3 +38,12 @@ pipewire_module_spa_node_factory = shared_library('pipewire-module-spa-node-fact
|
|||
install_dir : modules_install_dir,
|
||||
dependencies : [mathlib, dl_lib, pipewire_dep],
|
||||
)
|
||||
|
||||
pipewire_module_spa_device_factory = shared_library('pipewire-module-spa-device-factory',
|
||||
[ 'module-device-factory.c', 'spa-device.c' ],
|
||||
c_args : pipewire_module_spa_c_args,
|
||||
include_directories : [configinc, spa_inc],
|
||||
install : true,
|
||||
install_dir : modules_install_dir,
|
||||
dependencies : [mathlib, dl_lib, pipewire_dep],
|
||||
)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue