mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-04-23 17:14:23 +00:00
ci: Fix unbound variables for the check video formats job
Part-of: <https://gitlab.freedesktop.org/gstreamer/gstreamer/-/merge_requests/5699>
This commit is contained in:
parent
159f24c07f
commit
c1c6d017c1
1 changed files with 2 additions and 0 deletions
|
@ -637,6 +637,8 @@ check video formats:
|
||||||
tags: ['gstreamer']
|
tags: ['gstreamer']
|
||||||
variables:
|
variables:
|
||||||
MESON_ARGS: "${SIMPLE_BUILD}"
|
MESON_ARGS: "${SIMPLE_BUILD}"
|
||||||
|
BUILD_GST_DEBUG: "-Dgstreamer:gst_debug=true"
|
||||||
|
GST_WERROR: "true"
|
||||||
VIDEO_TOKEN: "GST_VIDEO_FORMATS_ALL_STR"
|
VIDEO_TOKEN: "GST_VIDEO_FORMATS_ALL_STR"
|
||||||
VIDEO_HEADER: "subprojects/gst-plugins-base/gst-libs/gst/video/video-format.h"
|
VIDEO_HEADER: "subprojects/gst-plugins-base/gst-libs/gst/video/video-format.h"
|
||||||
WL_TOKEN: "GST_WL_VIDEO_FORMATS"
|
WL_TOKEN: "GST_WL_VIDEO_FORMATS"
|
||||||
|
|
Loading…
Reference in a new issue