-
Couldn't load subscription status.
- Fork 359
add vaapi support #62
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
Conversation
I found a case where it doesn't work properly with vaapi, so I'll revert to the draft until it's fixed.
Vaapi has a few odd dependencies like python and I have no AMD graphics card to fully test the final build. That's why I haven't integrated it yet. But if all checks pass and the build works on your machine, I see no problems merging the changes into the script.
To be precise, Python is required because meson, the build tool for building libdrm, a dependency of vaapi's library, libva, is written in Python. So, if you have a policy of enabling vaapi when libdrm is present in the environment you are building, you will not have a Python dependency.
I don't have an AMD graphics card either, so I can't do a full test. I'll be removing support for AMF for this PR.
I am currently testing and modifying vaapi on actual machines and will open the PR again as soon as we finish.
Thank you very much fix my terrible English , and merge it. 🙏
No Problem and thanks for all the work and time you've spent on this topic!
build test
Best regards.