Open kraj opened 5 years ago
I made a change to meta-rpi/recipes-multimedia/omxplayer/omxplayer_git.bbappend (copied from https://54.194.93.196/c/yocto/meta-boot2qt/+/280226) that seems to resolve this issue.
PRIVATE_LIBS += "\
libavcodec.so.58 \
libavformat.so.58 \
libavutil.so.56 \
libswresample.so.3 \
libswscale.so.5 \
"
Hope this helps.
perhaps turn this into a patch ?
@leon-anavi @trowhite are you guys up for a patch if this is still an issue in master? I know it's an old issue hence asking.
@agherzan I built today with hardknott and had to apply this, so IMHO still worth applying.
@deets thanks for confirming. Could you check it on master as well?
@agherzan I just tried but got not too surprisingly caught in the whole syntax-change issue, so it's at least not easy - I'd have to update a few of my own recipes of which this is part of. Would expect the behaviour to change?
What I actually meant (but somehow didn't finish my sentence) is to check against master and push a PR for it. That would help. Thanks, @deets.
@deets Any chance you are still up for pushing a patch for this?
I'll try to find time in september, I'm on vacation now for a while. But I got some more exposure to the newer yocto releases, so I feel more confident about working against master. I made myself a reminder so I can get back to you.
I am seeing this error regularly
It seems omxplayer is bundling stuff, so we need to be careful and fix the providers to address this error.