[MPlayer-users] mplayer svn with dvdnav svn udefined reference

Nico Sabbi Nicola.Sabbi at poste.it
Fri Apr 18 22:54:45 CEST 2008


Il Friday 18 April 2008 18:59:54 klaas.decanniere at telenet.be ha scritto:
> 
> Hello,
> 
> I tried both libdvdnav and libdvdnav2 from the svn repository to try and compile mplayer-svn (dev-SVN-r26456-4.1.2) with dvdnav support on a x86_64 machine (gentoo x86_86, system dvdread and dvdnav eliminated).
> 
> configured mplayer-svn with:
> 
> ./configure --disable-dvdread-internal --with-dvdnav-config=/home/klaas/bin/dvdnav-config --enable-gui    --prefix=/home/klaas
> 
> It dies just before the finish (see below).
> 
> Changing the last 3 lines of dvdnav-config to
> 
>   if test "$echo_minilibs" = "yes"; then
>         echo -L${exec_prefix}/lib -ldvdnavmini -ldvdread -lpthread
>   fi
> 
> eliminates the undefined reference messages related to fill_buffer, but the messages about open_s ( dvd_audio_stream_channels dvd_audio_stream, dvd_angle) remain. 
> 
> Is there a way to fix this?
> 
> Thanks!
> 
> Klaas

placing dvdnav and dvdread in your $HOME and disabling the internal dvdread
doesn't permit to configure to find a system-wide dvdread to use.
You can momentarily fix your compilation adding --with-extraincdir=/home/klaas/include 
( --with-extralidir=/home/klaas/lib shouldn't be necessary) .
I'll fix configure tomorrow :)



More information about the MPlayer-users mailing list