Mercurial > mplayer.hg
changeset 20781:cbbb40544f3d
Reset _ld_xvid so that stray libs do not appear on the link command line.
author | diego |
---|---|
date | Wed, 08 Nov 2006 19:58:10 +0000 |
parents | e8cd0590bf97 |
children | aa9594d726ce |
files | configure |
diffstat | 1 files changed, 3 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/configure Wed Nov 08 19:04:48 2006 +0000 +++ b/configure Wed Nov 08 19:58:10 2006 +0000 @@ -6393,7 +6393,7 @@ EOF _ld_xvid="$_ld_xvid -lxvidcore" _xvid3=no - cc_check $_ld_xvid $_ld_lm && _xvid3=yes + cc_check $_ld_xvid -lxvidcore $_ld_lm && _xvid3=yes fi if test "$_xvid3" = yes ; then @@ -6402,6 +6402,7 @@ else _def_xvid3='#undef HAVE_XVID3' _nocodecmodules="xvid3 $_nocodecmodules" + _ld_xvid="" fi echores "$_xvid3" @@ -6425,6 +6426,7 @@ else _def_xvid='#undef HAVE_XVID4' _nocodecmodules="xvid $_nocodecmodules" + _ld_xvid="" fi echores "$_xvid"