mirror of
https://github.com/Rafostar/clapper.git
synced 2025-08-30 07:42:23 +02:00
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:
@@ -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)'
|
||||||
)
|
)
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user