From e679430d3e417f6f11796dada26dda3fd24cbecb Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Rafa=C5=82=20Dzi=C4=99giel?= Date: Mon, 9 May 2022 12:39:41 +0200 Subject: [PATCH] meson: Set plugin option to be auto by default This should allow to still compile and use the player with the legacy sink, without changing meson default options --- meson_options.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/meson_options.txt b/meson_options.txt index b690abc2..b7509bd9 100644 --- a/meson_options.txt +++ b/meson_options.txt @@ -10,7 +10,7 @@ option('lib', ) option('gst-plugin', type: 'feature', - value: 'enabled', + value: 'auto', description: 'Build GStreamer plugin (includes GTK video sink element)' )