You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
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.
The text was updated successfully, but these errors were encountered:
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.
The text was updated successfully, but these errors were encountered: