Skip to content
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

imagedecoder.heif: fix crashing kodi #8467

Merged
merged 2 commits into from Dec 31, 2023
Merged

Conversation

mglae
Copy link
Contributor

@mglae mglae commented Dec 31, 2023

When using imagedecoder.heif kodi is crashing with

 kodi.sh[944]: /usr/lib/kodi/kodi.bin: symbol lookup error: /storage/.kodi/addons/imagedecoder.heif/imagedecoder.heif.so.20.1.0: undefined symbol: aom_codec_version

Reported in the forum

libheif can be build with different decoders and encoders. libaom (package aom) is detected and used after being installed to sysroot for ffmpegex. But imagedecoder.heif is only linking with libde265.

With this fix usage of libaom is explicit disabled.

Tested on Generic.

Prevent failure loading imagedecoder.heif in kodi
Copy link
Member

@chewitt chewitt left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks!

@chewitt chewitt merged commit d6f07b8 into LibreELEC:master Dec 31, 2023
@mglae mglae deleted the le12_fix_heif branch January 4, 2024 11:36
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants