gstreamer/meson_options.txt

8 lines
446 B
Meson
Raw Normal View History

option('audioresample_format', type : 'combo', choices : ['int', 'float', 'auto'], value : 'auto')
2016-08-27 10:22:11 +00:00
option('disable_examples', type : 'boolean', value : false)
option('use_orc', type : 'combo', choices : ['yes', 'no', 'auto'], value : 'auto')
option('disable_introspection',
type : 'boolean', value : false,
description : 'Whether to disable the introspection generation')
option('disable_gtkdoc', type : 'boolean', value : false)