mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-02-02 12:32:29 +00:00
Merge pull request #360 from 1480c1/whitespace
cleanup: remove trailing whitespace and convert tab to four spaces
This commit is contained in:
commit
3d96db0695
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