Include "GstPlayer" lib renamed to "GstClapper" as part of the app

This commit is contained in:
Rafał Dzięgiel
2021-01-27 14:44:09 +01:00
parent acfdb7bac4
commit 08f86cf0cc
26 changed files with 8452 additions and 10 deletions

20
meson_options.txt Normal file
View File

@@ -0,0 +1,20 @@
option('clapper-player',
type : 'boolean',
value : true,
description: 'Build Clapper player'
)
option('clapper-lib',
type : 'boolean',
value : true,
description: 'Build Clapper libs (including API)'
)
option('devel-checks',
type : 'boolean',
value : false,
description: 'GStreamer GLib checks and asserts such as API guards (disable for stable releases)'
)
option('deprecated-glib-api',
type : 'boolean',
value : true,
description: 'Allow using of deprecated GLib API'
)