mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-01-08 16:35:40 +00:00
17 lines
890 B
Meson
17 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')
|