You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: meson_options.txt
+1Lines changed: 1 addition & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -17,6 +17,7 @@ option('STAT_CUTOFF', description: 'Time in seconds that statistics history is k
17
17
option('NORIST', description: 'Disable building RIST support, regardless of library being present (by default RIST is enabled if libraries are installed)', type : 'boolean', value : false)
18
18
option('NOSRT', description: 'Disable building SRT support, regardless of library being present (by default SRT is enabled if libraries are installed)', type : 'boolean', value : false)
19
19
option('RELEASE', description: 'Release string used in the reported version information', type: 'string', value: 'DEFAULT')
20
+
option('VERSION', description: 'Version string used in the reported version information', type: 'string', value: 'Unknown')
20
21
option('DEBUG', description: 'Default debug level. Recommended value for development is 4, recommended value for production is 3', type: 'integer', value: 4)
21
22
option('NOGA', description: 'Disables Google Analytics entirely in the LSP', type: 'boolean', value: false)
0 commit comments