Update of /cvsroot/mplayer/main In directory mplayer:/var/tmp.root/cvs-serv21985 Modified Files: configure Log Message: typo in _ld_mlib shell variable, mplayer didn't link any more against medialib -lposix4 and -lkstat lost on architecture dependand libs, _ld_arch Index: configure =================================================================== RCS file: /cvsroot/mplayer/main/configure,v retrieving revision 1.282 retrieving revision 1.283 diff -u -r1.282 -r1.283 --- configure 20 Nov 2001 19:28:16 -0000 1.282 +++ configure 20 Nov 2001 19:35:03 -0000 1.283 @@ -1804,7 +1804,7 @@ if test "$_mlib" = yes ; then _def_mlib='#define HAVE_MLIB 1' _inc_mlib=" -I${_mlibdir}/include " - _ld_mlibl=" -L${_mlibdir}/lib -R${_mlibdir}/lib -lmlib " + _ld_mlib=" -L${_mlibdir}/lib -R${_mlibdir}/lib -lmlib " else _def_mlib='#undef HAVE_MLIB' fi @@ -2367,7 +2367,7 @@ _confcygwin="TARGET_CYGWIN = no" fi -_ld_arch="$_ld_pthread $_ld_dl $_ld_dl_dynamic" +_ld_arch="${_ld_arch} $_ld_pthread $_ld_dl $_ld_dl_dynamic" #bsd && _ld_arch="-rdynamic $_ld_arch" bsdos && _ld_arch="$_ld_arch -ldvd"
participants (1)
-
J�rgen Keil