mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-20 00:31:13 +00:00
11 lines
688 B
Meson
11 lines
688 B
Meson
option('audioresample_format', type : 'combo', choices : ['int', 'float', 'auto'], value : 'auto')
|
|
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)
|
|
option('with-package-name', type : 'string',
|
|
description : 'package name to use in plugins')
|
|
option('with-package-origin', type : 'string', value : 'Unknown package origin',
|
|
description : 'package origin URL to use in plugins')
|