Update of /cvsroot/mplayer/main In directory mail:/var/tmp.root/cvs-serv4819 Modified Files: configure Log Message: -lm needed for svgalib Index: configure =================================================================== RCS file: /cvsroot/mplayer/main/configure,v retrieving revision 1.655 retrieving revision 1.656 diff -u -r1.655 -r1.656 --- configure 8 Feb 2003 09:57:54 -0000 1.655 +++ configure 8 Feb 2003 13:47:19 -0000 1.656 @@ -2701,11 +2701,11 @@ int main(void) { return 0; } EOF _svga=no - cc_check -lvgagl -lvga && _svga=yes + cc_check -lvgagl -lvga -lm && _svga=yes fi if test "$_svga" = yes ; then _def_svga='#define HAVE_SVGALIB 1' - _ld_svga='-lvgagl -lvga' + _ld_svga='-lvgagl -lvga -lm' _vosrc="$_vosrc vo_svga.c" _vomodules="svga $_vomodules" else
participants (1)
-
Winner of tha face compo