summaryrefslogtreecommitdiff
path: root/meson_options.txt
diff options
context:
space:
mode:
authorNirbheek Chauhan <nirbheek@centricular.com>2020-03-02 11:11:47 +0530
committerNirbheek Chauhan <nirbheek@centricular.com>2020-03-02 11:11:47 +0530
commit6dfcecb16a13980b4650a7c9e6102e8d71fc3f7b (patch)
tree187a9b2595d67ac2c858792777a2c58df83b530f /meson_options.txt
parent7f231c2d8a8d7f8cae4225e12baf9c33f07a3af9 (diff)
downloadgstreamer-6dfcecb16a13980b4650a7c9e6102e8d71fc3f7b.tar.gz
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.
Diffstat (limited to 'meson_options.txt')
-rw-r--r--meson_options.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/meson_options.txt b/meson_options.txt
index 686c67556f..47b9c596d5 100644
--- a/meson_options.txt
+++ b/meson_options.txt
@@ -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')