[MPlayer-dev-eng] Re: MPlayer compliling bug on Mac OS X using libdvdnav
Diego Biurrun
diego at biurrun.de
Sun Nov 5 10:02:49 CET 2006
On Sun, Nov 05, 2006 at 02:40:28AM -0600, sci-fi at hush.ai wrote:
>
> But we have a secondary minor visual problem when configure
> prints its results now when we want to use dvdread in lieu
> of dvdnav -- dvdnav shows up in both the disabled and
> enabled lists in this case:
>
> [...]
> Checking for DVD support (libdvdnav) ... no
> Checking for dvdread ... yes (internal)
> [...]
> Enabled optional drivers:
> Input: ftp network tv live555 cdda dvdread dvdnav dvb smb
> Disabled optional drivers:
> Input: vstream pvr radio tv-v4l2 tv-v4l1 dvdnav dvb smb
> [...]
You must have modified stock configure, the code basically looks like
this:
if test "$_dvdnav" = yes ; then
_inputmodules="dvdnav $_inputmodules"
else
_noinputmodules="dvdnav $_noinputmodules"
fi
There is no way this can get printed twice...
Diego
More information about the MPlayer-dev-eng
mailing list