-
Notifications
You must be signed in to change notification settings - Fork 333
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
How to solve the problem "Unable to locate package libva1"? #731
Comments
when i excute
|
Edit As for missing libavutil, that means your ffmpeg build failed so you need to For me, the ffmpeg build can't seem to find smbclient even though I have libsmbclient-dev and smbclient installed, so I ended up editing Whether it runs properly across all formats may be another story. Things are kind of shaky across the board getting LibreELEC, Kodi, OMXplayer, VLC, Chromium, etc. to have H.265 decoding working reliably on the Pi 4. There are likely other problems with the removal of brcmGLES and getting other VideoCore APIs up to speed. |
thanks @jdonald
|
That isn't related to the libva1 problem. libssh-dev is required for ffmpeg regardless. As you have a gazillion packages you can get a more complex dependency chain, and this one triggers a preference for SSL 1.1 over 1.0. You should consider cleaning up your packages once in a while, e.g.
On top of that, you can probably get around this if you also change the script to reference |
Thanks @jdonald |
In case anyone is still looking, I was able to use the info in this thread to write a script that builds omxplayer: https://gist.github.com/dasl-/75bc55ac15f28a28db2d1f39ef09cd95 |
When i try to compile the Omxplayer in my raspberry 3b+, i just run the prepare script as the instructions from the README.md.
But I got the following error.
Can anybody explain this.
Thanks.
The text was updated successfully, but these errors were encountered: