[MPlayer-cvslog] CVS: main configure,1.1047,1.1048
Jindrich Makovicka CVS
syncmail at mplayerhq.hu
Fri Aug 26 21:08:30 CEST 2005
CVS change done by Jindrich Makovicka CVS
Update of /cvsroot/mplayer/main
In directory mail:/var2/tmp/cvs-serv17957
Modified Files:
configure
Log Message:
ENCA uses -lm
Index: configure
===================================================================
RCS file: /cvsroot/mplayer/main/configure,v
retrieving revision 1.1047
retrieving revision 1.1048
diff -u -r1.1047 -r1.1048
--- configure 26 Aug 2005 19:00:36 -0000 1.1047
+++ configure 26 Aug 2005 19:08:28 -0000 1.1048
@@ -5160,7 +5160,7 @@
}
EOF
_enca=no
- cc_check -lenca && _enca=yes
+ cc_check -lenca $_ld_lm && _enca=yes
fi
if test "$_enca" = yes ; then
_def_enca='#define HAVE_ENCA 1'
More information about the MPlayer-cvslog
mailing list