intel / intel-vaapi-driver

VA-API user mode driver for Intel GEN Graphics family
https://01.org/linuxmedia
Other
304 stars 126 forks source link

Meson warning fixups #549

Open eli-schwartz opened 2 years ago

eli-schwartz commented 2 years ago

Setting the check: kwarg requires newer Meson. I if/elsed the code for now as I'm not sure what the project policy is. I guess bumping it would drop support for Ubuntu 18.04 which probably should not matter.

ceyusa commented 2 years ago

libva already uses meson_version : '>= 0.53.0' : https://github.com/intel/libva/blob/master/meson.build#L11

Perhaps it would worth to bump to the same version or, at least to 0.47

eli-schwartz commented 2 years ago

Good point, done.

apprehensions commented 1 year ago

(Sorry to bother) When will this be merged?

eli-schwartz commented 1 year ago

I would be happy to receive clarification on that as well.