From f3b348510adaa9aafcb93e627f555fb2ca951d88 Mon Sep 17 00:00:00 2001 From: arpi Date: Fri, 7 Feb 2003 00:32:12 +0000 Subject: maybe fixed mp3lame version check git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@9309 b3059339-0415-0410-9bf9-f77b7e298cf2 --- configure | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/configure b/configure index 4734669cbf..d635542cf9 100755 --- a/configure +++ b/configure @@ -4254,7 +4254,7 @@ if test "$_mencoder" != no ; then int main(void) { lame_version_t lv; (void) lame_init(); 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_vorbis -lm && _mp3lame=yes + cc_check -lmp3lame $_ld_vorbis -lm && ( "$TMPO" >> "$TMPLOG" 2>&1 ) && _mp3lame=yes if test "$_mp3lame" = yes ; then _def_mp3lame="#define HAVE_MP3LAME `$TMPO`" _ld_mp3lame="-lmp3lame $_ld_vorbis" -- cgit v1.2.3