mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-12-18 22:36:33 +00:00
tests: conditionally define the glimagesink test as well
Forgotten in previous commit
This commit is contained in:
parent
b0d795263f
commit
1382f69861
1 changed files with 1 additions and 1 deletions
|
@ -37,7 +37,6 @@ base_tests = [
|
|||
[ 'elements/libvisual.c', not libvisual_dep.found() ],
|
||||
[ 'elements/decodebin.c' ],
|
||||
[ 'elements/encodebin.c', not theoraenc_dep.found() or not vorbisenc_dep.found() ],
|
||||
[ 'elements/glimagesink.c', not build_gstgl, [gstgl_dep]],
|
||||
[ 'elements/multifdsink.c' ],
|
||||
[ 'elements/multisocketsink.c' ],
|
||||
[ 'elements/playbin.c' ],
|
||||
|
@ -80,6 +79,7 @@ if build_gstgl
|
|||
[ 'libs/gstglsl.c', not build_gstgl, [gstgl_dep]],
|
||||
[ 'libs/gstglslstage.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