This commit is contained in:
Rafał Dzięgiel
2022-02-02 18:19:26 +01:00
parent 159f96c984
commit 8a597fffe7
13 changed files with 1847 additions and 35 deletions

View File

@@ -8,6 +8,11 @@ option('lib',
value: true,
description: 'Build GstClapper lib'
)
option('gst-plugin',
type: 'feature',
value: 'enabled',
description: 'Build GStreamer plugin (includes GTK video sink element)'
)
option('devel-checks',
type: 'boolean',
value: false,