mirror of
https://gitlab.freedesktop.org/pipewire/pipewire.git
synced 2025-12-16 08:56:45 -05:00
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.
This commit is contained in:
parent
335ad734de
commit
ebda71d489
12 changed files with 142 additions and 129 deletions
|
|
@ -1,14 +1,16 @@
|
|||
videoconvert_sources = ['videoadapter.c',
|
||||
'plugin.c']
|
||||
videoconvert_sources = [
|
||||
'videoadapter.c',
|
||||
'plugin.c'
|
||||
]
|
||||
|
||||
simd_cargs = []
|
||||
simd_dependencies = []
|
||||
|
||||
videoconvertlib = shared_library('spa-videoconvert',
|
||||
videoconvert_sources,
|
||||
c_args : simd_cargs,
|
||||
include_directories : [spa_inc],
|
||||
dependencies : [ mathlib ],
|
||||
link_with : simd_dependencies,
|
||||
install : true,
|
||||
install_dir : spa_plugindir / 'videoconvert')
|
||||
videoconvert_sources,
|
||||
c_args : simd_cargs,
|
||||
include_directories : [spa_inc],
|
||||
dependencies : [ mathlib ],
|
||||
link_with : simd_dependencies,
|
||||
install : true,
|
||||
install_dir : spa_plugindir / 'videoconvert')
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue