[MPlayer-users] Bug.

Arpi arpi at thot.banki.hu
Wed Jan 8 13:45:59 CET 2003


Hi,

> the lines with problems all read like this:
> 
> 		#if HAVE_MP3LAME >= 392
> 
> and doing a grep I find that HAVE_MP3LAME is only defined but is not assigned 
> any value. 

strange, since it's defined in ./configure to set it to mp3lame version:

  cat > $TMPC <<EOF
#include <lame/lame.h>
int main(void) { lame_version_t lv; (void) lame_init();
get_lame_version_numericEOF
  # Note: libmp3lame usually depends on vorbis
  cc_check -lmp3lame $_ld_vorbis -lm && _mp3lame=yes
  if test "$_mp3lame" = yes ; then
    _def_mp3lame="#define HAVE_MP3LAME $TMPO"
    _ld_mp3lame="-lmp3lame $_ld_vorbis"
  else
    _def_mp3lame='#undef HAVE_MP3LAME'
  fi


A'rpi / Astral & ESP-team

--
Developer of MPlayer, the Movie Player for Linux - http://www.MPlayerHQ.hu



More information about the MPlayer-users mailing list