I seem to have a similar issue.
Note that 'check' reflects that >=1.1.15 is installed, whereas -h says it isn't...I'll continue to peek at SConstruct to see if I can figure out where the problem is...
Code: |
scons check
scons: Reading SConscript files ...
Checking for options...(cached) yes
Checking for pkg-config... (cached) yes
Checking for sigc++-2.0... (cached) yes
Checking for libxml-2.0 >= 2.6... (cached) yes
Checking for libpng >= 1.2... (cached) yes
Checking for libcurl... (cached) yes
Checking for freetype2... (cached) yes
Checking for clock_gettime() in C library rt... (cached) no
Checking for C++ library libiconv... (cached) no
Checking for C++ library libdl... (cached) no
Checking for x11... (cached) yes
Checking for xv... (cached) yes
Checking for xxf86vm... (cached) yes
Checking for libxine >= 1.1.15... yes
Checking for xine bldvb input plugin... (cached) no
Checking for alsa... no
Checking for sqlite3... yes
Checking for openssl... yes
********************* Summary *********************
Prefix: : /usr
Destdir: : none
Graphic backends : x11
Database backends : sqlite3
Media backends : xine
Building mmscrypt : yes
Building mmsflash : no
Building mmssip : no
curl support : yes
E-Mail support : no
Building tools : no
log messages : no
debug symbols : no
profiling info : no
SSE optimization : no
use libdl : yes
link type : shared
***************************************************
|
Code: |
# scons -h
scons: Reading SConscript files ...
***************************************************
Xine not found!
Disabling xine media backend
***************************************************
...
|
I've tried peeking at the SConstruct program, but haven't had much luck. A few other insights that may help troubleshoot:
Code: |
# pkg-config --libs --cflags libxine
-I/usr/local/include -L/usr/local/lib -lxine
|
Code: |
# pkg-config --modversion libxine
1.1.16.2
|