gstreamer/meson_options.txt
2017-09-06 13:48:10 -03:00

15 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')