[MPlayer-cvslog] r32301 - trunk/configure
    diego 
    subversion at mplayerhq.hu
       
    Sat Sep 18 12:46:47 CEST 2010
    
    
  
Author: diego
Date: Sat Sep 18 12:46:47 2010
New Revision: 32301
Log:
Make sure that CONFIG_LIBMP3LAME is always #defined.
Modified:
   trunk/configure
Modified: trunk/configure
==============================================================================
--- trunk/configure	Sat Sep 18 11:52:08 2010	(r32300)
+++ trunk/configure	Sat Sep 18 12:46:47 2010	(r32301)
@@ -7356,6 +7356,8 @@ echores "$_zr"
 if test "$_mencoder" != no ; then
 
 echocheck "libmp3lame"
+def_mp3lame='#undef CONFIG_MP3LAME'
+def_mp3lame_lavc="#define CONFIG_LIBMP3LAME 0"
 def_mp3lame_preset='#undef CONFIG_MP3LAME_PRESET'
 def_mp3lame_preset_medium='#undef CONFIG_MP3LAME_PRESET_MEDIUM'
 if test "$_mp3lame" = auto ; then
@@ -7385,8 +7387,6 @@ if test "$_mp3lame" = yes ; then
   fi
 else
   _mp3lame_lavc=no
-  def_mp3lame='#undef CONFIG_MP3LAME'
-  def_mp3lame_lavc="#define CONFIG_LIBMP3LAME 0"
 fi
 res_comment="in FFmpeg: $_mp3lame_lavc"
 echores "$_mp3lame"
    
    
More information about the MPlayer-cvslog
mailing list