mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-18 07:47:17 +00:00
cleanup: tabs2fourSpaces, remove trailing spaces
This commit is contained in:
parent
64fcdea750
commit
a1bb423831
1 changed files with 7 additions and 7 deletions
|
@ -40,15 +40,15 @@ ldflags = [
|
|||
'-Wl,-z,noexecstack',
|
||||
]
|
||||
foreach lflag : ldflags
|
||||
add_global_link_arguments(lflag, language : 'c')
|
||||
add_global_link_arguments(lflag, language : 'c')
|
||||
endforeach
|
||||
|
||||
|
||||
if svtav1enc_dep.found()
|
||||
gstsvtav1enc = library('gstsvtav1enc',
|
||||
'gstsvtav1enc.c',
|
||||
dependencies: [gstbase_dep, gstvideo_dep, svtav1enc_dep],
|
||||
install: true,
|
||||
install_dir: plugins_install_dir,
|
||||
)
|
||||
gstsvtav1enc = library('gstsvtav1enc',
|
||||
'gstsvtav1enc.c',
|
||||
dependencies: [gstbase_dep, gstvideo_dep, svtav1enc_dep],
|
||||
install: true,
|
||||
install_dir: plugins_install_dir,
|
||||
)
|
||||
endif
|
||||
|
|
Loading…
Reference in a new issue