[MPlayer-cvslog] r30221 - trunk/configure

diego subversion at mplayerhq.hu
Mon Jan 4 23:29:56 CET 2010


Author: diego
Date: Mon Jan  4 23:29:55 2010
New Revision: 30221

Log:
Remove pointless printf call in libmp3lame test.

Modified:
   trunk/configure

Modified: trunk/configure
==============================================================================
--- trunk/configure	Mon Jan  4 23:28:44 2010	(r30220)
+++ trunk/configure	Mon Jan  4 23:29:55 2010	(r30221)
@@ -7489,7 +7489,7 @@ if test "$_mp3lame" = auto ; then
   cat > $TMPC <<EOF
 #include <lame/lame.h>
 int main(void) { lame_version_t lv; (void) lame_init();
-    get_lame_version_numerical(&lv);  printf("%d%d\n",lv.major,lv.minor);
+    get_lame_version_numerical(&lv);
     return 0; }
 EOF
   cc_check -lmp3lame $_ld_lm && _mp3lame=yes


More information about the MPlayer-cvslog mailing list