mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-22 09:41:07 +00:00
Disable vaapi feature by default
Having vaapi decoders/encoders accidentally available by default often causes strange test failures or weird behaviour since the plugins are sometimes buggy or have different behaviour.
This commit is contained in:
parent
7f231c2d8a
commit
6dfcecb16a
1 changed files with 1 additions and 1 deletions
|
@ -7,7 +7,7 @@ option('devtools', type : 'feature', value : 'auto')
|
|||
option('ges', type : 'feature', value : 'auto')
|
||||
option('rtsp_server', type : 'feature', value : 'auto')
|
||||
option('omx', type : 'feature', value : 'disabled')
|
||||
option('vaapi', type : 'feature', value : 'auto')
|
||||
option('vaapi', type : 'feature', value : 'disabled')
|
||||
option('sharp', type : 'feature', value : 'disabled')
|
||||
option('custom_subprojects', type : 'string', value : '', description : 'Comma-separated project names')
|
||||
option('gst-examples', type : 'feature', value : 'auto', description : 'Build gst-examples')
|
||||
|
|
Loading…
Reference in a new issue