Merge pull request #360 from 1480c1/whitespace

cleanup: remove trailing whitespace and convert tab to four spaces
This commit is contained in:
Hassene Tmar 2019-06-12 15:17:47 -07:00 committed by GitHub
commit 3d96db0695

View file

@ -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