From 2029eb17eb30df8de185731605f5eb318f30deee Mon Sep 17 00:00:00 2001 From: iive Date: Tue, 18 Nov 2003 20:50:48 +0000 Subject: [PATCH] XviD math lib missed - patch by git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@11496 b3059339-0415-0410-9bf9-f77b7e298cf2 --- configure | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/configure b/configure index 6de553981f..20ac6be34f 100755 --- a/configure +++ b/configure @@ -4967,7 +4967,7 @@ cat > $TMPC << EOF #include int main(void) { xvid_init(0, 0, 0, 0); return 0; } EOF -_ld_xvid="$_ld_xvid -lxvidcore" +_ld_xvid="$_ld_xvid -lxvidcore -lm" if test "$_xvid" != no && cc_check $_inc_xvid $_ld_xvid ; then _xvid=yes _def_xvid3='#define HAVE_XVID3 1'