vulkanupload: actually loop over possible uploaders
[platform/upstream/gst-plugins-bad.git] / meson_options.txt
1 option('use_orc', type : 'combo', choices : ['yes', 'no', 'auto'], value : 'auto')
2 option('disable_introspection',
3         type : 'boolean', value : false,
4         description : 'Whether to disable the introspection generation')
5 option('with-package-name', type : 'string',
6        description : 'package name to use in plugins')
7 option('with-package-origin', type : 'string', value : 'Unknown package origin',
8        description : 'package origin URL to use in plugins')
9 option('enable_gst_player_tests', type: 'boolean', value: false,
10        description: 'Enable GstPlayer tests that need network access')