On 06/29/2017 01:48 AM, Nicolas Chauvet wrote:
As a consequence , the problem remains for kodi, if libdvdcss cannot
be required from the repos. Kodi needs to be patched to dlopen it.
Or maybe using libdvdcss-devel would be enought for kodi to dlopen but
not link ?
Kodi uses its own upstream for libdvd{read,nav,css}. They are *not* ABI compatible
with the standard libraries so you cannot switch to dlopen() calls. If you wanted to
carry their non-standard sources and package them I could possibly switch to dlopen
then.