[libbdplus-devel] VLC not finding libbdplus after compilation

Jean-Baptiste Kempf jb at videolan.org
Wed Dec 3 13:04:50 CET 2014


On 03 Dec, Simugi wrote :
> The library files appear in /usr/local/lib/:
> 
> libbdplus.a
> libbdplus.la
> libbdplus.so
> libbdplus.so.0
> libbdplus.so.0.0.1

Libbluray uses the normal dl_open to find external libraries.
And does not look especially in /usr/local/

So either you add --prefix=/usr when compiling, or you modify
src/file/dl_posix.c of libbluray to add /usr/local/lib to the list of
searched path.


With my kindest regards,

-- 
Jean-Baptiste Kempf
http://www.jbkempf.com/ - +33 672 704 734
Sent from my Electronic Device


More information about the libbdplus-devel mailing list