Index: configure =================================================================== --- configure (revision 27060) +++ configure (working copy) @@ -5973,6 +5973,8 @@ if test "$_libdca" = yes ; then _def_libdca='#define USE_LIBDCA 1' _codecmodules="libdca $_codecmodules" + _libs_mplayer="$_libs_mplayer -ldca" + _libs_mencoder="$_libs_mencoder -ldca" else _def_libdca='#undef USE_LIBDCA' _nocodecmodules="libdca $_nocodecmodules"