diff options
author | jaf <jaf@b3059339-0415-0410-9bf9-f77b7e298cf2> | 2002-10-23 19:19:23 +0000 |
---|---|---|
committer | jaf <jaf@b3059339-0415-0410-9bf9-f77b7e298cf2> | 2002-10-23 19:19:23 +0000 |
commit | 0ea103dc89d793cf2b4b467844cecb4c168a6c60 (patch) | |
tree | 1ab05e60b5160a399b107f0a59f9e61051bf6908 | |
parent | 7f87a4c11147e13d3c8918a568fddc5ff380f70f (diff) |
10l
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@7879 b3059339-0415-0410-9bf9-f77b7e298cf2
-rwxr-xr-x | configure | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -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" |