-
-
Notifications
You must be signed in to change notification settings - Fork 302
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
Failed to decode image: Unsupported feature: Unsupported codec #1145
Comments
Libheif has its own cmake configuration. Does it work if you use that? |
How can I use Libheif's cmake with libde265? As I understand, I need to install libde265 separately |
Yes. Perhaps I don't understand the problem you have. Do you not want to install libde265? |
I'm trying to decode HEIF images on android, so I need libheif with libde265 |
I'm sorry I still don't get the problem. Can you build libde265? Can you install libde265? Can you build libheif? |
I can build, but libheif doesn't see libde265 in my configuration, so I get an "Unsupported codec error" |
|
It works for the versions above, but not for higher ones. Seems like the way plugins are loaded was changed in 1.14.0 |
Hi!
I've had this setup before for heic decoding on Android:
CMakeLists.txt
libde265.cmake
Main CMakeLists.txt
This worked perfectly until I tried to update the libraries to the latest versions (1.17.6 and 1.0.15)
Now I get this error:
As I understand libheif can't find the libde265 plugin anymore, but not sure why this happens. Did something change in the configuration with library updates?
Thanks
The text was updated successfully, but these errors were encountered: