tests: add missing comma

This commit is contained in:
Mathieu Duponchelle 2017-12-21 19:32:03 +01:00
parent 1382f69861
commit c56323e821

View file

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