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
This commit is contained in:
Rafał Dzięgiel
2022-05-09 12:39:41 +02:00
parent 4b93d4d132
commit e679430d3e

View File

@@ -10,7 +10,7 @@ option('lib',
) )
option('gst-plugin', option('gst-plugin',
type: 'feature', type: 'feature',
value: 'enabled', value: 'auto',
description: 'Build GStreamer plugin (includes GTK video sink element)' description: 'Build GStreamer plugin (includes GTK video sink element)'
) )