mirror of
https://gitlab.freedesktop.org/pipewire/pipewire.git
synced 2025-11-03 09:01:54 -05:00
module-protocol-pulse: Add module-roc-source
This commit is contained in:
parent
e60498df51
commit
badb76147f
4 changed files with 426 additions and 0 deletions
|
|
@ -165,6 +165,7 @@ roc_lib = cc.find_library('roc', required: get_option('roc'))
|
|||
if roc_lib.found()
|
||||
pipewire_module_protocol_pulse_sources += [
|
||||
'module-protocol-pulse/modules/module-roc-sink.c',
|
||||
'module-protocol-pulse/modules/module-roc-source.c',
|
||||
]
|
||||
pipewire_module_protocol_pulse_deps += roc_lib
|
||||
cdata.set('HAVE_ROC', 1)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue