gstreamer/meson_options.txt
2018-05-21 23:08:43 +01:00

18 lines
890 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('gtk_doc', type : 'boolean', value : true,
description : 'Generate API documentation with gtk-doc')
option('introspection', type : 'boolean', value : true,
description : 'Whether to disable the introspection generation')