summaryrefslogtreecommitdiffstats
path: root/configure
diff options
context:
space:
mode:
authorarpi <arpi@b3059339-0415-0410-9bf9-f77b7e298cf2>2003-02-07 00:32:12 +0000
committerarpi <arpi@b3059339-0415-0410-9bf9-f77b7e298cf2>2003-02-07 00:32:12 +0000
commitf3b348510adaa9aafcb93e627f555fb2ca951d88 (patch)
treef6bd10ea006ee4789deeaaddd10549007832d303 /configure
parent791ef0eec2ace9d441293478c4f740a7ef8047ee (diff)
downloadmpv-f3b348510adaa9aafcb93e627f555fb2ca951d88.tar.bz2
mpv-f3b348510adaa9aafcb93e627f555fb2ca951d88.tar.xz
maybe fixed mp3lame version check
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@9309 b3059339-0415-0410-9bf9-f77b7e298cf2
Diffstat (limited to 'configure')
-rwxr-xr-xconfigure2
1 files changed, 1 insertions, 1 deletions
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"