[Mplayer-cvslog] CVS: main configure,1.389,1.390

Richard Felker CVS rfelker at mplayer.dev.hu
Wed Feb 13 04:14:54 CET 2002


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

Modified Files:
	configure 
Log Message:
fixed broken xvid support ("lm" rather than "-lm" in libs)


Index: configure
===================================================================
RCS file: /cvsroot/mplayer/main/configure,v
retrieving revision 1.389
retrieving revision 1.390
diff -u -r1.389 -r1.390
--- configure	12 Feb 2002 22:03:44 -0000	1.389
+++ configure	13 Feb 2002 03:14:45 -0000	1.390
@@ -2667,11 +2667,11 @@
 EOF
   if test "$_xvid" != no && test "$_xvidcore" && cc_check -lm "$_xvidcore" ; then
     _def_encore='#define HAVE_DIVX4ENCORE 1'
-    _ld_encore="lm $_xvidcore"
+    _ld_encore="-lm $_xvidcore"
     echores "XviD (with $_xvidcore)"
   elif test "$_xvid" != no && cc_check -lm -lxvidcore ; then
     _def_encore='#define HAVE_DIVX4ENCORE 1'
-    _ld_encore='lm -lxvidcore'
+    _ld_encore='-lm -lxvidcore'
     echores "XviD (with libxvidcore.so)"
   elif test "$_divx4linux" != no && cc_check -lm -ldivxencore ; then
     _def_encore='#define HAVE_DIVX4ENCORE 1'




More information about the MPlayer-cvslog mailing list