-
Notifications
You must be signed in to change notification settings - Fork 18
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
Vaapi not working #92
Comments
|
See #111 (comment)
There is no
it's already there. |
How can I point to the libs then? Where are they located at?
Yes, we only need libmfx now. |
Libs are in |
This is how ffmpeg works it seems, one needs to explicitly pass this instructions at config stage. It is also the case for nvidia: |
|
@Erick555 should I send a mr for intel-media-sdk or shall I open a request at freedesktop to include it? |
Do you have any example of something isn't working without this currently? There are couple of ffmpeg deps build here and there are no I didn't saw any other app that build ffmpeg setting such options. |
I will add these changes to Kdenlive's flatpak nightly and ask some testing from the community to see if it works without the extra-cflags. But afaik this is the recommended way of doing in the ffmpeg docs and nvidia docs (as well as many posts on stackoverflow.) |
|
It may be recommended when something doesn't work. You didn't specified what doesn't work right now and you want to provide solution without stating what the problem is. You don't need people to test this as it's enough to read the buildlog where you can see if ffmpeg can see external libraries or if it can't. You may also see that flatpak sets |
For VAAPI to work we must include:
Also ffmpeg must be built with the following flags:
The text was updated successfully, but these errors were encountered: