mirror of
https://gitlab.freedesktop.org/pipewire/pipewire.git
synced 2025-12-17 08:56:49 -05:00
control: add control mixer plugin
Add a mixer plugin for control messages and plug it in ports with control messages.
This commit is contained in:
parent
0978343e44
commit
8899d00bfc
7 changed files with 897 additions and 1 deletions
9
spa/plugins/control/meson.build
Normal file
9
spa/plugins/control/meson.build
Normal file
|
|
@ -0,0 +1,9 @@
|
|||
control_sources = ['mixer.c',
|
||||
'plugin.c']
|
||||
|
||||
controllib = shared_library('spa-control',
|
||||
control_sources,
|
||||
include_directories : [spa_inc],
|
||||
dependencies : [ mathlib ],
|
||||
install : true,
|
||||
install_dir : '@0@/spa/control/'.format(get_option('libdir')))
|
||||
Loading…
Add table
Add a link
Reference in a new issue