2016-08-12 15:42:30 +00:00
|
|
|
# Enable V4L2 plugin to probe devices at plugin load
|
|
|
|
option('v4l2-probe', type : 'boolean', value : true)
|
|
|
|
# Use libv4l2 for some obscure format conversions
|
|
|
|
option('with-libv4l2', type : 'boolean', value : true)
|
|
|
|
# Whether to use orc or not (auto will autodetect, yes will error out if not found)
|
|
|
|
option('use_orc', type : 'combo', choices : ['yes', 'no', 'auto'], value : 'auto')
|
2017-05-20 13:53:42 +00:00
|
|
|
option('with-package-name', type : 'string',
|
|
|
|
description : 'package name to use in plugins')
|
|
|
|
option('with-package-origin', type : 'string', value : 'Unknown package origin',
|
|
|
|
description : 'package origin URL to use in plugins')
|