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
This commit is contained in:
iive 2003-11-18 20:50:48 +00:00
parent c2804766fc
commit 2029eb17eb
1 changed files with 1 additions and 1 deletions

2
configure vendored
View File

@ -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'