[MPlayer-cvslog] r26683 - trunk/configure

diego subversion at mplayerhq.hu
Thu May 8 01:45:11 CEST 2008


Author: diego
Date: Thu May  8 01:45:11 2008
New Revision: 26683

Log:
Remove obscure comment about libmp3lame depending on Vorbis.


Modified:
   trunk/configure

Modified: trunk/configure
==============================================================================
--- trunk/configure	(original)
+++ trunk/configure	Thu May  8 01:45:11 2008
@@ -6651,7 +6651,6 @@ int main(void) { lame_version_t lv; (voi
     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_lm && tmp_run && _mp3lame=yes
 if test "$_mp3lame" = yes ; then
   _def_mp3lame="#define HAVE_MP3LAME"



More information about the MPlayer-cvslog mailing list