mirror of
https://gitlab.freedesktop.org/pipewire/pipewire.git
synced 2026-01-01 11:08:43 -05:00
module-filter-chain: rename
This does not have to be ladspa specific so rename it.
This commit is contained in:
parent
eaeb9e9b5d
commit
aa0fdaf454
2 changed files with 48 additions and 21 deletions
|
|
@ -24,8 +24,8 @@ pipewire_module_loopback = shared_library('pipewire-module-loopback',
|
|||
dependencies : [mathlib, dl_lib, pipewire_dep],
|
||||
)
|
||||
|
||||
pipewire_module_ladspa_filter = shared_library('pipewire-module-ladspa-filter',
|
||||
[ 'module-ladspa-filter.c' ],
|
||||
pipewire_module_filter_chain = shared_library('pipewire-module-filter-chain',
|
||||
[ 'module-filter-chain.c' ],
|
||||
c_args : pipewire_module_c_args,
|
||||
include_directories : [configinc, spa_inc],
|
||||
install : true,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue