Mercurial > mplayer.hg
changeset 7878:3495a2acd7eb
10l
author | jaf |
---|---|
date | Wed, 23 Oct 2002 19:19:23 +0000 |
parents | f0a5d830850a |
children | f5458f7d2e5a |
files | configure |
diffstat | 1 files changed, 2 insertions(+), 2 deletions(-) [+] |
line wrap: on
line diff
--- a/configure Wed Oct 23 19:03:44 2002 +0000 +++ b/configure Wed Oct 23 19:19:23 2002 +0000 @@ -3803,10 +3803,10 @@ 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"