mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-14 13:21:28 +00:00
14 lines
895 B
Meson
14 lines
895 B
Meson
option('enable_python', type : 'boolean', value : false)
|
|
option('disable_gst_libav', type : 'boolean', value : false)
|
|
option('disable_gst_plugins_ugly', type : 'boolean', value : false)
|
|
option('disable_gst_plugins_bad', type : 'boolean', value : false)
|
|
option('disable_gst_devtools', type : 'boolean', value : false)
|
|
option('disable_gst_editing_services', type : 'boolean', value : false)
|
|
option('disable_rtsp_server', type : 'boolean', value : false)
|
|
option('disable_gst_omx', type : 'boolean', value : true)
|
|
option('disable_gstreamer_vaapi', type : 'boolean', value : false)
|
|
option('disable_gstreamer_sharp', type : 'boolean', value : false)
|
|
option('disable_introspection',
|
|
type : 'boolean', value : false,
|
|
description : 'Whether to disable the introspection generation')
|
|
option('custom_subprojects', type : 'string', value : '', description : 'Comma-separated project names')
|