# HG changeset patch # User diego # Date 1286500674 0 # Node ID d18d208c2cc907406d462c6c6084ae6d4e7d8888 # Parent f768c86af25d53106b4624d14c9bb9a439c38d7c 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. diff -r f768c86af25d -r d18d208c2cc9 configure --- 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