From 578680a530e574bd8915249146c39661c73b960f Mon Sep 17 00:00:00 2001 From: Jordan Petridis Date: Mon, 27 Mar 2023 16:48:43 +0300 Subject: ci: Move MESON_GST_WERROR string into a meson machine file It's both easier to use that way and we can also reuse it when building locally. Part-of: --- ci/meson/gst-werror.ini | 44 ++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 44 insertions(+) create mode 100644 ci/meson/gst-werror.ini (limited to 'ci') diff --git a/ci/meson/gst-werror.ini b/ci/meson/gst-werror.ini new file mode 100644 index 0000000000..ebd9ca2e42 --- /dev/null +++ b/ci/meson/gst-werror.ini @@ -0,0 +1,44 @@ +[gstreamer:built-in options] +werror = true + +[gst-plugins-base:built-in options] +werror = true + +[gst-plugins-good:built-in options] +werror = true + +[gst-plugins-ugly:built-in options] +werror = true + +[gst-plugins-bad:built-in options] +werror = true + +[gst-rtsp-server:built-in options] +werror = true + +[gst-libav:built-in options] +werror = true + +[gst-examples:built-in options] +werror = true + +[gst-editing-services:built-in options] +werror = true + +[gst-docs:built-in options] +werror = true + +[gst-omx:built-in options] +werror = true + +[gst-devtools:built-in options] +werror = true + +[gst-python:built-in options] +werror = true + +[gstreamer-vaapi:built-in options] +werror = true + +[gstreamer-sharp:built-in options] +werror = true -- cgit v1.2.1