[MPlayer-dev-eng] [PATCH] Fix dvdnav detection in configure

Diego Biurrun diego at biurrun.de
Sun Aug 20 12:05:28 CEST 2006


On Sun, Aug 20, 2006 at 11:40:13AM +0200, Nico Sabbi wrote:
> Ivo wrote:
> 
> >This came up on mplayer-users. I hadn't noticed it myself, although I did 
> >compile MPlayer today, but I just ran svn up && make distclean 
> >&& ./configure --enable-debug && make and went to the kitchen :)
> >
> >--- configure	(revision 19455)
> >+++ configure	(working copy)
> >@@ -5163,6 +5163,9 @@
> >
> >echocheck "DVD support (libdvdnav)"
> >if test "$_dvdnav" = auto ; then
> >+  $_dvdnavconfig --version >> $TMPLOG 2>&1 || _dvdnav=no
> >+fi
> >+if test "$_dvdnav" = auto ; then
> >  cat > $TMPC <<EOF
> >#include <dvdnav.h>
> >int main(void) { dvdnav_t *dvd=0; return 0; }
> 
> I'm not the maintainer of configure but it seems ok to me

It's OK, commit.

Diego



More information about the MPlayer-dev-eng mailing list