matroskademux: Add parsing Colour element
[platform/upstream/gst-plugins-good.git] / meson_options.txt
1 # Enable V4L2 plugin to probe devices at plugin load
2 option('v4l2-probe', type : 'boolean', value : true)
3 # Use libv4l2 for some obscure format conversions
4 option('with-libv4l2', type : 'boolean', value : true)
5 # Whether to use orc or not (auto will autodetect, yes will error out if not found)
6 option('use_orc', type : 'combo', choices : ['yes', 'no', 'auto'], value : 'auto')
7 option('with-package-name', type : 'string',
8        description : 'package name to use in plugins')
9 option('with-package-origin', type : 'string', value : 'Unknown package origin',
10        description : 'package origin URL to use in plugins')