rtsp-media: Unblock all streams
[platform/upstream/gstreamer.git] / meson_options.txt
1 # Feature options for plugins with no external deps
2 option('rtspclientsink', type : 'feature', value : 'auto')
3
4 # Common feature options
5 option('examples', type : 'feature', value : 'auto', yield : true,
6        description : 'Build the examples')
7 option('tests', type : 'feature', value : 'auto', yield : true,
8        description : 'Build and enable unit tests')
9 option('introspection', type : 'feature', value : 'auto', yield : true,
10        description : 'Generate gobject-introspection bindings')
11 option('gobject-cast-checks', type : 'feature', value : 'auto', yield : true,
12        description: 'Enable run-time GObject cast checks (auto = enabled for development, disabled for stable releases)')
13 option('glib-asserts', type : 'feature', value : 'enabled', yield : true,
14        description: 'Enable GLib assertion (auto = enabled for development, disabled for stable releases)')
15 option('glib-checks', type : 'feature', value : 'enabled', yield : true,
16        description: 'Enable GLib checks such as API guards (auto = enabled for development, disabled for stable releases)')
17
18 # Common options
19 option('package-name', type : 'string', yield : true,
20        description : 'package name to use in plugins')
21 option('package-origin', type : 'string',
22        value : 'Unknown package origin', yield : true,
23        description : 'package origin URL to use in plugins')
24 option('doc', type : 'feature', value : 'auto', yield: true,
25        description: 'Enable documentation.')