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
|
9799b0e679
|
vulkan: add vulkan compute source
Add a source that runs a compute shader and exports the GPU buffer
as a DmaBuf to the clients.
|
2019-08-19 16:32:22 +02:00 |
|