unable to get ./heif-dec working in linux with decoder #1478
-
Hi all , Im trying to build heif libraries in linux locally .
Even after giving right path of the libde265 binary , i still am unable to decode the image .
Any somebody please help in solving this ? |
Beta Was this translation helpful? Give feedback.
Replies: 3 comments 4 replies
-
Just to double check, but what does the cmake output say? Should be one of:
Note that you must have WITH_LIBDE265 checked and WITH_LIBDE265_PLUGIN checked to get the plugin; if you uncheck WITH_LIBDE265 thinking you just want the plugin, it won't be built in at all. |
Beta Was this translation helpful? Give feedback.
-
If the cmake output looks OK, what does If that looks OK, what does |
Beta Was this translation helpful? Give feedback.
-
Hi all , i was able to solve this issue using a flag , specifically
If im correct, earlier , plugin was linked dynamically , but the plugin path was missing . |
Beta Was this translation helpful? Give feedback.
Hi Bradh ,
sorry i pasted wrong flag , which i used to make the build right .
-DENABLE_PLUGIN_LOADING=OFF is the right flag . (i commented about plugin but pasted wrong , im very sorry about that).
with and without pluging flag ,,
With flag --
without flag --