mirror of
https://gitlab.freedesktop.org/pipewire/pipewire.git
synced 2025-11-05 13:30:02 -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
|
|
@ -37,6 +37,18 @@ pipewire_module_client_node = shared_library('pipewire-module-client-node',
|
|||
dependencies : [mathlib, dl_lib, pipewire_dep],
|
||||
)
|
||||
|
||||
pipewire_module_client_node = shared_library('pipewire-module-client-device',
|
||||
[ 'module-client-device.c',
|
||||
'module-client-device/resource-device.c',
|
||||
'module-client-device/proxy-device.c',
|
||||
'module-client-device/protocol-native.c', ],
|
||||
c_args : pipewire_module_c_args,
|
||||
include_directories : [configinc, spa_inc],
|
||||
install : true,
|
||||
install_dir : modules_install_dir,
|
||||
dependencies : [mathlib, dl_lib, pipewire_dep],
|
||||
)
|
||||
|
||||
pipewire_module_link_factory = shared_library('pipewire-module-link-factory',
|
||||
[ 'module-link-factory.c' ],
|
||||
c_args : pipewire_module_c_args,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue