gl/tests: only build the simple-launch-lines test if we have GL

This commit is contained in:
Matthew Waters 2016-03-31 22:20:01 +11:00
parent 1fe958d6d3
commit 0ef4269a7f

View file

@ -211,7 +211,8 @@ check_gl=libs/gstglcontext \
libs/gstglcolorconvert \ libs/gstglcolorconvert \
libs/gstglquery \ libs/gstglquery \
libs/gstglsl \ libs/gstglsl \
elements/glimagesink elements/glimagesink \
pipelines/simple-launch-lines
else else
check_gl= check_gl=
endif endif
@ -294,7 +295,6 @@ check_PROGRAMS = \
$(check_hlsdemux_m3u8) \ $(check_hlsdemux_m3u8) \
$(check_hlsdemux) \ $(check_hlsdemux) \
$(check_player) \ $(check_player) \
pipelines/simple-launch-lines \
$(EXPERIMENTAL_CHECKS) $(EXPERIMENTAL_CHECKS)
noinst_HEADERS = elements/mxfdemux.h noinst_HEADERS = elements/mxfdemux.h