mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-02-22 22:16:22 +00:00
gl/tests: only build the simple-launch-lines test if we have GL
This commit is contained in:
parent
1fe958d6d3
commit
0ef4269a7f
1 changed files with 2 additions and 2 deletions
|
@ -211,7 +211,8 @@ check_gl=libs/gstglcontext \
|
|||
libs/gstglcolorconvert \
|
||||
libs/gstglquery \
|
||||
libs/gstglsl \
|
||||
elements/glimagesink
|
||||
elements/glimagesink \
|
||||
pipelines/simple-launch-lines
|
||||
else
|
||||
check_gl=
|
||||
endif
|
||||
|
@ -294,7 +295,6 @@ check_PROGRAMS = \
|
|||
$(check_hlsdemux_m3u8) \
|
||||
$(check_hlsdemux) \
|
||||
$(check_player) \
|
||||
pipelines/simple-launch-lines \
|
||||
$(EXPERIMENTAL_CHECKS)
|
||||
|
||||
noinst_HEADERS = elements/mxfdemux.h
|
||||
|
|
Loading…
Reference in a new issue