[Mplayer-cvslog] CVS: main configure,1.814,1.815

Ivan Kalvachev CVS iive at mplayerhq.hu
Tue Nov 18 21:51:24 CET 2003


Update of /cvsroot/mplayer/main
In directory mail:/var/tmp.root/cvs-serv30769

Modified Files:
	configure 
Log Message:
XviD math lib missed - patch by <ismail.donmez at boun.edu.tr>

Index: configure
===================================================================
RCS file: /cvsroot/mplayer/main/configure,v
retrieving revision 1.814
retrieving revision 1.815
diff -u -r1.814 -r1.815
--- configure	18 Nov 2003 02:32:42 -0000	1.814
+++ configure	18 Nov 2003 20:50:48 -0000	1.815
@@ -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'



More information about the MPlayer-cvslog mailing list