gstreamer/meson_options.txt
Nirbheek Chauhan f164b8d93f meson: Update option names to omit prefixes
Also, common options are now consistent across all gstreamer modules,
and are inherited automatically.
2018-05-05 20:30:29 +05:30

18 lines
889 B
Meson

option('python', type : 'boolean', value : true)
option('libav', type : 'boolean', value : true)
option('ugly', type : 'boolean', value : true)
option('bad', type : 'boolean', value : true)
option('devtools', type : 'boolean', value : true)
option('ges', type : 'boolean', value : true)
option('rtsp_server', type : 'boolean', value : true)
option('omx', type : 'boolean', value : false)
option('vaapi', type : 'boolean', value : true)
option('sharp', type : 'boolean', value : true)
option('custom_subprojects', type : 'string', value : '', description : 'Comma-separated project names')
# Common options, automatically inherited by subprojects
option('gtkdoc', type : 'boolean', value : true,
description : 'Generate API documentation with gtk-doc')
option('introspection', type : 'boolean', value : true,
description : 'Whether to disable the introspection generation')