summaryrefslogtreecommitdiff
path: root/meson_options.txt
diff options
context:
space:
mode:
authorScott D Phillips <scott.d.phillips@intel.com>2017-02-09 11:08:39 -0800
committerThibault Saunier <thibault.saunier@osg.samsung.com>2017-02-09 16:15:31 -0300
commita6ae14b612f0e0133360ba0c02a55ec2508b97c3 (patch)
tree00f6f8bf74ff8e9aec8e00fb47db4f3d1f81a0e9 /meson_options.txt
parent5a06cf2807bcf94587ff49ad91932971bb6550d7 (diff)
downloadgstreamer-a6ae14b612f0e0133360ba0c02a55ec2508b97c3.tar.gz
add gstreamer-vaapi as a possible subproject
https://bugzilla.gnome.org/show_bug.cgi?id=778407
Diffstat (limited to 'meson_options.txt')
-rw-r--r--meson_options.txt1
1 files changed, 1 insertions, 0 deletions
diff --git a/meson_options.txt b/meson_options.txt
index 2a73695a27..ddcc13f50d 100644
--- a/meson_options.txt
+++ b/meson_options.txt
@@ -6,3 +6,4 @@ option('disable_gst_devtools', type : 'boolean', value : false)
option('disable_gst_editing_services', type : 'boolean', value : false)
option('disable_rtsp_server', type : 'boolean', value : false)
option('disable_gst_omx', type : 'boolean', value : true)
+option('disable_gstreamer_vaapi', type : 'boolean', value : false)