require libva < 0.99.0 for gstreamer-vaapi
authorScott D Phillips <scott.d.phillips@intel.com>
Fri, 28 Apr 2017 05:58:35 +0000 (22:58 -0700)
committerVíctor Manuel Jáquez Leal <vjaquez@igalia.com>
Tue, 2 May 2017 15:37:01 +0000 (17:37 +0200)
Version 0.99.0 of libva isn't currently supported by gstreamer-vaapi.

https://bugzilla.gnome.org/show_bug.cgi?id=781866

meson.build

index 351bdc6..b21ea5d 100644 (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')