[Mplayer-cvslog] CVS: main configure,1.575,1.576

Arpi of Ize arpi at mplayerhq.hu
Fri Oct 4 21:22:32 CEST 2002


Update of /cvsroot/mplayer/main
In directory mail:/var/tmp.root/cvs-serv20363

Modified Files:
	configure 
Log Message:
adds "libdv" to the "input modules" list in "configure", and
takes out the note about "for mencoder" since it's actually for both.  :)
patch by Kees Cook <mplayer at outflux.net>


Index: configure
===================================================================
RCS file: /cvsroot/mplayer/main/configure,v
retrieving revision 1.575
retrieving revision 1.576
diff -u -r1.575 -r1.576
--- configure	2 Oct 2002 09:24:34 -0000	1.575
+++ configure	4 Oct 2002 19:22:29 -0000	1.576
@@ -3764,7 +3764,7 @@
   _nocodecmodules="libavcodec $_nocodecmodules"
 fi
 
-echocheck "libdv-0.9.5 (for mencoder)"
+echocheck "libdv-0.9.5+"
 if test "$_libdv" = auto ; then
   _libdv=no
   cat > $TMPC <<EOF
@@ -3776,8 +3776,10 @@
 if test "$_libdv" = yes ; then
   _def_libdv='#define HAVE_LIBDV095 1'
   _ld_libdv="-ldv"
+  _inputmodules="libdv $_codecmodules"
 else
   _def_libdv='#undef HAVE_LIBDV095'
+  _noinputmodules="libdv $_nocodecmodules"
 fi
 echores "$_libdv"
 




More information about the MPlayer-cvslog mailing list