xref: /OK3568_Linux_fs/external/gstreamer-rockchip/meson_options.txt (revision 4882a59341e53eb6f0b4789bf948001014eff981)
1# Feature options for plugins
2option('rkximage', type : 'feature', value : 'auto', description : 'Rockchip X11 ximage + KMS sink plugin')
3option('rockchipmpp', type : 'feature', value : 'auto', description : 'Rockchip MPP encoder/decoder plugin')
4option('kmssrc', type : 'feature', value : 'auto', description : 'KMS src plugin')
5option('rga', type : 'feature', value : 'auto', description : 'Use Rockchip librga for conversions')
6option('vpxalphadec', type : 'feature', value : 'auto', description : 'VPX Alpha Decoder')
7
8# Common feature options
9option('gobject-cast-checks', type : 'feature', value : 'auto', yield : true,
10       description: 'Enable run-time GObject cast checks (auto = enabled for development, disabled for stable releases)')
11option('glib-asserts', type : 'feature', value : 'enabled', yield : true,
12       description: 'Enable GLib assertion (auto = enabled for development, disabled for stable releases)')
13
14# Common options
15option('package-name', type : 'string', yield : true,
16       description : 'package name to use in plugins')
17option('package-origin', type : 'string', value : 'Unknown package origin', yield : true,
18       description : 'package origin URL to use in plugins')
19