require libva < 0.99.0 for gstreamer-vaapi

Version 0.99.0 of libva isn't currently supported by gstreamer-vaapi.

https://bugzilla.gnome.org/show_bug.cgi?id=781866
This commit is contained in:
Scott D Phillips 2017-04-27 22:58:35 -07:00 committed by Víctor Manuel Jáquez Leal
parent 60ff3d539b
commit 4db18a66b4

View file

@ -60,7 +60,7 @@ if not get_option('disable_gst_omx')
endif
if not get_option('disable_gstreamer_vaapi')
if dependency('libva', version: '>= 0.30.4', required : false).found()
if dependency('libva', version: ['>= 0.30.4', '< 0.99.0'], required : false).found()
subprojects += ['gstreamer-vaapi']
else
message('WARNING: not building gstreamer-vaapi module, missing libva')