libs: encoder: h265: fill tier in va seq param buf
[platform/upstream/gstreamer.git] / meson_options.txt
1 option('with_encoders', type : 'combo', choices : ['yes', 'no', 'auto'], value : 'auto')
2 option('with_drm', type : 'combo', choices : ['yes', 'no', 'auto'], value : 'auto')
3 option('with_x11', type : 'combo', choices : ['yes', 'no', 'auto'], value : 'auto')
4 option('with_glx', type : 'combo', choices : ['yes', 'no', 'auto'], value : 'auto')
5 option('with_wayland', type : 'combo', choices : ['yes', 'no', 'auto'], value : 'auto')
6 option('with_egl', type : 'combo', choices : ['yes', 'no', 'auto'], value : 'auto')
7
8 # Common feature options
9 option('examples', type : 'feature', value : 'auto', yield : true)
10 option('gtk_doc', type : 'feature', value : 'auto', yield : true, description : 'Build API documentation with gtk-doc')