Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Does not work with recent (5.11+) kernels #23

Open
matthijskooijman opened this issue Jan 26, 2022 · 1 comment
Open

Does not work with recent (5.11+) kernels #23

matthijskooijman opened this issue Jan 26, 2022 · 1 comment

Comments

@matthijskooijman
Copy link

It seems this tool is intended to compile against older patched kernels, and duplicates some header files that are private header files in those kernel versions. In torvalds/linux@46a309d27517 (5.11), the H264 symbols were made public API, causing a compiletime conflict. They API was also changed, so this tool likely needs more changes to work with that.

A similar thing probably happened for HEVC, though I have not looked beyond 5.13.

See also bootlin/libva-v4l2-request#38 for some updates to the libva-v4l2-requests tool that aim to fix this there.

This is probably something the maintainers and regulars of this repo are already aware of, but I wanted to create this issue to also make this visible to new users.

@maltk2020
Copy link

Has there been any progress since January in making this work for recent-ish kernels ?

Or has v4l2-request-test been abandoned ?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants