diff options
author | iive <iive@b3059339-0415-0410-9bf9-f77b7e298cf2> | 2003-11-18 20:50:48 +0000 |
---|---|---|
committer | iive <iive@b3059339-0415-0410-9bf9-f77b7e298cf2> | 2003-11-18 20:50:48 +0000 |
commit | 2029eb17eb30df8de185731605f5eb318f30deee (patch) | |
tree | e7f2c10fffaa14811ac0555e9ea87f35857b33a6 /configure | |
parent | c2804766fcc51e059b848181a319846fb4c89cab (diff) |
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-x | configure | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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' |