2010-09-09, 20:44
I am trying to build libbluray into the xbmc build. But unfortunately I am not succeeding.
I am using latest version of libbluray by:
git clone git://git.videolan.org/libbluray.git
After that:
Than after that xbmc svn:
-> returns in an error:
Does someone have a solution to my problem?
I am using latest version of libbluray by:
git clone git://git.videolan.org/libbluray.git
After that:
Code:
./bootstrap
./configure
make
make install
Than after that xbmc svn:
Code:
./bootstrap
./configure
Code:
checking for LIBBLURAY... yes
checking for libbluray soname... no
configure: error: Unable to determine soname of libbluray library
Does someone have a solution to my problem?