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

Nico Sabbi nicola_sabbi at fastwebnet.it
Sun Aug 20 11:40:13 CEST 2006


Ivo wrote:

>Hi,
>
>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 :)
>
>Anyway, here's the patch.
>
>--Ivo
>  
>
>------------------------------------------------------------------------
>
>Index: configure
>===================================================================
>--- 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



More information about the MPlayer-dev-eng mailing list