2017-07-26 18:03:35 +00:00
|
|
|
option('with_libva', type : 'combo', choices : ['1', '2', 'auto'], value : 'auto')
|
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')
|