Mercurial > mplayer.hg
changeset 11495:36fbfcf9b742
XviD math lib missed - patch by <ismail.donmez@boun.edu.tr>
author | iive |
---|---|
date | Tue, 18 Nov 2003 20:50:48 +0000 |
parents | c0e31c188f57 |
children | e1976281b127 |
files | configure |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/configure Tue Nov 18 12:03:07 2003 +0000 +++ b/configure Tue Nov 18 20:50:48 2003 +0000 @@ -4967,7 +4967,7 @@ #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'