cleanup: tabs2fourSpaces, remove trailing spaces
This commit is contained in:
parent
64fcdea750
commit
a1bb423831
@ -40,15 +40,15 @@ ldflags = [
|
|||||||
'-Wl,-z,noexecstack',
|
'-Wl,-z,noexecstack',
|
||||||
]
|
]
|
||||||
foreach lflag : ldflags
|
foreach lflag : ldflags
|
||||||
add_global_link_arguments(lflag, language : 'c')
|
add_global_link_arguments(lflag, language : 'c')
|
||||||
endforeach
|
endforeach
|
||||||
|
|
||||||
|
|
||||||
if svtav1enc_dep.found()
|
if svtav1enc_dep.found()
|
||||||
gstsvtav1enc = library('gstsvtav1enc',
|
gstsvtav1enc = library('gstsvtav1enc',
|
||||||
'gstsvtav1enc.c',
|
'gstsvtav1enc.c',
|
||||||
dependencies: [gstbase_dep, gstvideo_dep, svtav1enc_dep],
|
dependencies: [gstbase_dep, gstvideo_dep, svtav1enc_dep],
|
||||||
install: true,
|
install: true,
|
||||||
install_dir: plugins_install_dir,
|
install_dir: plugins_install_dir,
|
||||||
)
|
)
|
||||||
endif
|
endif
|
||||||
|
Loading…
x
Reference in New Issue
Block a user