[Mplayer-cvslog] CVS: main configure,1.571,1.572
Bertrand Baudet
bertrand at mplayerhq.hu
Thu Sep 26 20:48:38 CEST 2002
- Previous message: [Mplayer-cvslog] CVS: main/DOCS/Italian bugreports.html,1.7,1.8 cd-dvd.html,1.6,1.7 codecs.html,1.7,1.8 documentation.html,1.11,1.12 encoding.html,1.8,1.9 faq.html,1.8,1.9 formats.html,1.7,1.8 skin-it.html,1.4,1.5 sound.html,1.8,1.9 users_against_developers.html,1.7,1.8 video.html,1.7,1.8
- Next message: [Mplayer-cvslog] CVS: main/TOOLS/mwallp compile.sh,1.1,1.2
- Messages sorted by:
[ date ]
[ thread ]
[ subject ]
[ author ]
Update of /cvsroot/mplayer/main
In directory mail:/var/tmp.root/cvs-serv29364
Modified Files:
configure
Log Message:
Added -lm for libcdparanoia (for the sin & cos symbol).
Index: configure
===================================================================
RCS file: /cvsroot/mplayer/main/configure,v
retrieving revision 1.571
retrieving revision 1.572
diff -u -r1.571 -r1.572
--- configure 22 Sep 2002 16:37:08 -0000 1.571
+++ configure 26 Sep 2002 18:48:25 -0000 1.572
@@ -3273,7 +3273,7 @@
int main(void) { return 1; }
EOF
_cdparanoia=no
- cc_check $_inc_cdparanoia $_ld_cdparanoia -lcdda_interface -lcdda_paranoia && _cdparanoia=yes
+ cc_check $_inc_cdparanoia $_ld_cdparanoia -lcdda_interface -lcdda_paranoia -lm && _cdparanoia=yes
fi
if test "$_cdparanoia" = yes ; then
_def_cdparanoia='#define HAVE_CDDA'
- Previous message: [Mplayer-cvslog] CVS: main/DOCS/Italian bugreports.html,1.7,1.8 cd-dvd.html,1.6,1.7 codecs.html,1.7,1.8 documentation.html,1.11,1.12 encoding.html,1.8,1.9 faq.html,1.8,1.9 formats.html,1.7,1.8 skin-it.html,1.4,1.5 sound.html,1.8,1.9 users_against_developers.html,1.7,1.8 video.html,1.7,1.8
- Next message: [Mplayer-cvslog] CVS: main/TOOLS/mwallp compile.sh,1.1,1.2
- Messages sorted by:
[ date ]
[ thread ]
[ subject ]
[ author ]
More information about the MPlayer-cvslog
mailing list