mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-12-19 23:06:49 +00:00
tests: add missing comma
This commit is contained in:
parent
1382f69861
commit
c56323e821
1 changed files with 1 additions and 1 deletions
|
@ -78,7 +78,7 @@ if build_gstgl
|
|||
[ 'libs/gstglshader.c', not build_gstgl, [gstgl_dep]],
|
||||
[ 'libs/gstglsl.c', not build_gstgl, [gstgl_dep]],
|
||||
[ 'libs/gstglslstage.c', not build_gstgl, [gstgl_dep]],
|
||||
[ 'libs/gstglupload.c', not build_gstgl, [gstgl_dep]]
|
||||
[ 'libs/gstglupload.c', not build_gstgl, [gstgl_dep]],
|
||||
[ 'elements/glimagesink.c', not build_gstgl, [gstgl_dep]],
|
||||
]
|
||||
endif
|
||||
|
|
Loading…
Reference in a new issue