From 0ea103dc89d793cf2b4b467844cecb4c168a6c60 Mon Sep 17 00:00:00 2001 From: jaf Date: Wed, 23 Oct 2002 19:19:23 +0000 Subject: 10l git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@7879 b3059339-0415-0410-9bf9-f77b7e298cf2 --- configure | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'configure') diff --git a/configure b/configure index 530d0a0f56..f1c98a4fb1 100755 --- a/configure +++ b/configure @@ -3803,10 +3803,10 @@ fi if test "$_libdv" = yes ; then _def_libdv='#define HAVE_LIBDV095 1' _ld_libdv="-ldv" - _inputmodules="libdv $_codecmodules" + _codecmodules="libdv $_codecmodules" else _def_libdv='#undef HAVE_LIBDV095' - _noinputmodules="libdv $_nocodecmodules" + _nocodecmodules="libdv $_nocodecmodules" fi echores "$_libdv" -- cgit v1.2.3