diff --git a/meson.build b/meson.build index f661c6f888..adac07075b 100644 --- a/meson.build +++ b/meson.build @@ -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', '< 0.99.0'], 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')