changeset 7593:95c38a7d5240

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@outflux.net>
author arpi
date Fri, 04 Oct 2002 19:22:29 +0000
parents f18e5cfa9f4a
children a715a0960762
files configure
diffstat 1 files changed, 3 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/configure	Fri Oct 04 19:05:42 2002 +0000
+++ b/configure	Fri Oct 04 19:22:29 2002 +0000
@@ -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"