[MPlayer-cvslog] r32449 - trunk/configure

diego subversion at mplayerhq.hu
Fri Oct 8 03:17:54 CEST 2010


Author: diego
Date: Fri Oct  8 03:17:54 2010
New Revision: 32449

Log:
Change libmp3lame check to test for lame_set_VBR_quality().
This is the same function that FFmpeg tests for and is
available even if decoding functions in LAME are disabled.

Modified:
   trunk/configure

Modified: trunk/configure
==============================================================================
--- trunk/configure	Thu Oct  7 17:42:06 2010	(r32448)
+++ trunk/configure	Fri Oct  8 03:17:54 2010	(r32449)
@@ -7255,7 +7255,7 @@ def_mp3lame_preset='#undef CONFIG_MP3LAM
 def_mp3lame_preset_medium='#undef CONFIG_MP3LAME_PRESET_MEDIUM'
 if test "$_mp3lame" = auto ; then
   _mp3lame=no
-  statement_check lame/lame.h 'hip_decode_init()' -lmp3lame $_ld_lm &&
+  statement_check lame/lame.h 'lame_set_VBR_quality(NULL, 0)' -lmp3lame $_ld_lm &&
     _mp3lame=yes && _mp3lame_lavc=yes
 fi
 if test "$_mp3lame" = yes ; then


More information about the MPlayer-cvslog mailing list