[Mplayer-cvslog] CVS: main configure,1.649,1.650

Arpi of Ize arpi at mplayerhq.hu
Fri Feb 7 01:32:26 CET 2003


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

Modified Files:
	configure 
Log Message:
maybe fixed mp3lame version check


Index: configure
===================================================================
RCS file: /cvsroot/mplayer/main/configure,v
retrieving revision 1.649
retrieving revision 1.650
diff -u -r1.649 -r1.650
--- configure	6 Feb 2003 20:24:12 -0000	1.649
+++ configure	7 Feb 2003 00:32:12 -0000	1.650
@@ -4254,7 +4254,7 @@
 int main(void) { lame_version_t lv; (void) lame_init(); get_lame_version_numerical(&lv);  printf("%d%d\n",lv.major,lv.minor); return 0; }
 EOF
   # Note: libmp3lame usually depends on vorbis
-  cc_check -lmp3lame $_ld_vorbis -lm && _mp3lame=yes
+  cc_check -lmp3lame $_ld_vorbis -lm && ( "$TMPO" >> "$TMPLOG" 2>&1 ) && _mp3lame=yes
   if test "$_mp3lame" = yes ; then
     _def_mp3lame="#define HAVE_MP3LAME `$TMPO`"
     _ld_mp3lame="-lmp3lame $_ld_vorbis"



More information about the MPlayer-cvslog mailing list