2017-08-16, 12:29
(2017-08-16, 12:24)xchetah Wrote: Well you didn't follow my method exactly
Quote:You should search for the lib before making a link against it, for #2 #3 I don't really know , maybe related to 1This will give you the path the lib is installed in, then do the following:Code:find /usr/ -name libvdpau_sunxi.so.1
Code:sudo ln -sf <lib path from above result> /usr/lib/libvdpau_sunxi.so
i guess clue is "before" link to library. I build kodi without that link. I rebuild kodi and see what i get.