Barnabás Pőcze
|
2b110af366
|
treewide: meson.build: use dependency variable for SPA
Use `spa_dep` everywhere instead of `spa_inc`,
and remove `spa_inc` altogether.
|
2021-12-28 18:34:06 +01:00 |
|
Peter Hutterer
|
ebda71d489
|
spa: fix the indentation in the various meson.build files
Was all over the place using tabs and spaces, let's make this more
consistent.
|
2021-09-20 07:29:03 +00:00 |
|
Peter Hutterer
|
223f20709d
|
meson: replace join_paths(a, b) with a / b
More readable and from the meson reference manual:
(since 0.49.0) Using the/ operator on strings is equivalent to calling join_paths.
|
2021-04-15 06:57:00 +00:00 |
|
Wim Taymans
|
65caf8832c
|
spa: install in versioned directory
So that we can run old and new plugins side by side.
|
2020-01-29 15:51:41 +01:00 |
|
Wim Taymans
|
8899d00bfc
|
control: add control mixer plugin
Add a mixer plugin for control messages and plug it in ports with
control messages.
|
2019-10-16 11:13:23 +02:00 |
|