summaryrefslogtreecommitdiffstats
path: root/configure
diff options
context:
space:
mode:
authoriive <iive@b3059339-0415-0410-9bf9-f77b7e298cf2>2003-11-18 20:50:48 +0000
committeriive <iive@b3059339-0415-0410-9bf9-f77b7e298cf2>2003-11-18 20:50:48 +0000
commit2029eb17eb30df8de185731605f5eb318f30deee (patch)
treee7f2c10fffaa14811ac0555e9ea87f35857b33a6 /configure
parentc2804766fcc51e059b848181a319846fb4c89cab (diff)
downloadmpv-2029eb17eb30df8de185731605f5eb318f30deee.tar.bz2
mpv-2029eb17eb30df8de185731605f5eb318f30deee.tar.xz
XviD math lib missed - patch by <ismail.donmez@boun.edu.tr>
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@11496 b3059339-0415-0410-9bf9-f77b7e298cf2
Diffstat (limited to 'configure')
-rwxr-xr-xconfigure2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure b/configure
index 6de553981f..20ac6be34f 100755
--- a/configure
+++ b/configure
@@ -4967,7 +4967,7 @@ cat > $TMPC << EOF
#include <xvid.h>
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'