mirror of
https://gitlab.freedesktop.org/pipewire/pipewire.git
synced 2025-11-05 13:30:02 -05:00
module: remove obsolete code
This commit is contained in:
parent
54c45252fd
commit
6976175d65
2 changed files with 0 additions and 263 deletions
|
|
@ -25,16 +25,6 @@ pipewire_module_rtkit = shared_library('pipewire-module-rtkit', [ 'module-rtkit.
|
|||
)
|
||||
endif
|
||||
|
||||
pipewire_module_mixer = shared_library('pipewire-module-mixer',
|
||||
[ 'module-mixer.c', 'spa/spa-node.c' ],
|
||||
c_args : pipewire_module_c_args,
|
||||
include_directories : [configinc, spa_inc],
|
||||
link_with : spalib,
|
||||
install : true,
|
||||
install_dir : modules_install_dir,
|
||||
dependencies : [mathlib, dl_lib, pipewire_dep],
|
||||
)
|
||||
|
||||
pipewire_module_client_node = shared_library('pipewire-module-client-node',
|
||||
[ 'module-client-node.c',
|
||||
'module-client-node/client-node.c',
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue