changeset 32363:d18d208c2cc9

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.
author diego
date Fri, 08 Oct 2010 01:17:54 +0000
parents f768c86af25d
children d9c8f66f77e1
files configure
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/configure	Thu Oct 07 15:42:06 2010 +0000
+++ b/configure	Fri Oct 08 01:17:54 2010 +0000
@@ -7255,7 +7255,7 @@
 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