Mercurial > mplayer.hg
changeset 9308:52e7496c9494
maybe fixed mp3lame version check
author | arpi |
---|---|
date | Fri, 07 Feb 2003 00:32:12 +0000 |
parents | ec18ad315bbe |
children | 073127ce3644 |
files | configure |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/configure Fri Feb 07 00:18:09 2003 +0000 +++ b/configure Fri Feb 07 00:32:12 2003 +0000 @@ -4254,7 +4254,7 @@ 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"