libva icon indicating copy to clipboard operation
libva copied to clipboard

meson and autotool versions mismatch

Open dvrogozh opened this issue 5 years ago • 2 comments

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

dvrogozh avatar Oct 07 '20 16:10 dvrogozh

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

onabiull avatar Oct 23 '20 11:10 onabiull

Autotools report API version 1.10.0, and meson - 1.9.0

@onabiull : I am taking care of this in #464. Please, review.

dvrogozh avatar Oct 23 '20 19:10 dvrogozh