Skip to content

va: remove older 0.32 and 0.33 support - #812

Open
XinfengZhang wants to merge 1 commit into
intel:masterfrom
XinfengZhang:d32_1
Open

va: remove older 0.32 and 0.33 support#812
XinfengZhang wants to merge 1 commit into
intel:masterfrom
XinfengZhang:d32_1

Conversation

@XinfengZhang

Copy link
Copy Markdown
Contributor

libva version 2.x should be compatible with 2.x series , not 1.x series and 0.x series
copy #811, but reserve va_compat.h , because maybe some existing usage refer this file

libva version 2.x should be compatible with 2.x series , not 1.x series
and 0.x series
reserve va_compat.h , because maybe some existing usage refer this file
Signed-off-by: Carl Zhang <carl.zhang@intel.com>

@xhaihaoxhaihao left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

@evelikov

Copy link
Copy Markdown
Contributor

AFAICT this will cause an ABI break, since any program linked against libva.so.2 has the VA_API_0.33.0 tagged vaCreateSurfaces symbol.

This compat shim (alongside other deprecated bits) should have been removed with the libva.so.1 -> libva.so.2 change.

Sign up for freeto join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants

@XinfengZhang@evelikov@xhaihao