2016-08-12 15:42:30 +00:00
|
|
|
# Enable V4L2 plugin to probe devices at plugin load
|
2018-05-05 13:57:24 +00:00
|
|
|
option('v4l2-probe', type : 'boolean', value : true,
|
|
|
|
description : 'Probe v4l2 devices when the v4l2 plugin is loaded')
|
|
|
|
option('libv4l2', type : 'boolean', value : true,
|
|
|
|
description : 'Use libv4l2 for some obscure format conversions')
|
|
|
|
|
|
|
|
# Common options
|
2018-05-21 10:46:59 +00:00
|
|
|
option('nls', type : 'boolean', value : true, yield: true,
|
|
|
|
description : 'Enable native language support (translations)')
|
2018-05-05 13:57:24 +00:00
|
|
|
option('orc', type : 'combo', choices : ['yes', 'no', 'auto'], value : 'auto')
|
|
|
|
option('package-name', type : 'string', yield : true,
|
2017-05-20 13:53:42 +00:00
|
|
|
description : 'package name to use in plugins')
|
2018-05-05 13:57:24 +00:00
|
|
|
option('package-origin', type : 'string', value : 'Unknown package origin', yield : true,
|
2017-05-20 13:53:42 +00:00
|
|
|
description : 'package origin URL to use in plugins')
|