2017-02-06 23:46:20 +00:00
|
|
|
option('with_encoders', type : 'combo', choices : ['yes', 'no', 'auto'], value : 'auto')
|
|
|
|
option('with_drm', type : 'combo', choices : ['yes', 'no', 'auto'], value : 'auto')
|
|
|
|
option('with_x11', type : 'combo', choices : ['yes', 'no', 'auto'], value : 'auto')
|
|
|
|
option('with_glx', type : 'combo', choices : ['yes', 'no', 'auto'], value : 'auto')
|
|
|
|
option('with_wayland', type : 'combo', choices : ['yes', 'no', 'auto'], value : 'auto')
|
|
|
|
option('with_egl', type : 'combo', choices : ['yes', 'no', 'auto'], value : 'auto')
|
2018-11-02 15:50:47 +00:00
|
|
|
|
|
|
|
# Common feature options
|
|
|
|
option('examples', type : 'feature', value : 'auto', yield : true)
|
2019-10-08 19:20:26 +00:00
|
|
|
option('tests', type : 'feature', value : 'auto', yield : true)
|
2018-10-22 09:48:29 +00:00
|
|
|
option('doc', type : 'feature', value : 'auto', yield: true,
|
|
|
|
description: 'Enable documentation.')
|
2020-03-22 19:59:20 +00:00
|
|
|
option('package-origin', type : 'string',
|
2020-06-03 21:38:10 +00:00
|
|
|
value : 'https://gitlab.freedesktop.org/gstreamer/gstreamer-vaapi/issues',
|
2020-03-22 19:59:20 +00:00
|
|
|
yield : true, description : 'package origin URL to use in plugins')
|