libva
libva copied to clipboard
meson and autotool versions mismatch
For meson build system we really have version as 2.9.0.0 while in autotools we have just 2.9.0 (if I read autotool scripts correctly): https://github.com/intel/libva/blob/2.9.0/meson.build#L10 https://github.com/intel/libva/blob/2.9.0/configure.ac#L50
And since https://github.com/intel/libva/commit/d9676538e84319d6954f7d6fd70be0f3073d044f Autotools report API version 1.10.0, and meson - 1.9.0, discovered in https://github.com/Intel-Media-SDK/MediaSDK/pull/2363
Autotools report API version 1.10.0, and meson - 1.9.0
@onabiull : I am taking care of this in #464. Please, review.