2016-08-12 15:51:45 +00:00
|
|
|
option('use_orc', type : 'combo', choices : ['yes', 'no', 'auto'], value : 'auto')
|
2017-01-23 15:12:06 +00:00
|
|
|
option('disable_introspection',
|
|
|
|
type : 'boolean', value : false,
|
|
|
|
description : 'Whether to disable the introspection generation')
|
2017-05-20 14:04:45 +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')
|
2017-10-16 17:51:36 +00:00
|
|
|
option('enable_gst_player_tests', type: 'boolean', value: false,
|
|
|
|
description: 'Enable GstPlayer tests that need network access')
|