[MPlayer-cygwin] mp3lame encoding
Emmanuel Crouvisier
twingles at twingles.com
Wed Feb 12 19:30:13 CET 2003
On Wed, 12 Feb 2003, Sycotic Smith wrote:
> For starters, check the configure.log file and give us the section that
> tells WHY it failed to find/load libmp3lame. That will give us
> something to go on. What version of libmp3lame are you using? We
> haven't figured out how to read minds yet, so we can't help until we
> have that info. :)
libmp3lame is 3.93.1, downloaded from lame.sourceforge.net today.
Extract from configure.log:
============ Checking for libmp3lame (for mencoder) ============
#include <lame/lame.h>
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; }
gcc /tmp/mplayer-conf--3856.c -o /tmp/mplayer-conf--3856.o -lmp3lame
-lm
/usr/lib/gcc-lib/i686-pc-cygwin/3.2/../../../../i686-pc-cygwin/bin/ld:
cannot find -lmp3lame
collect2: ld returned 1 exit status
ldd /tmp/mplayer-conf--3856.o
ldd: not found
Result is: no
##########################################
I personally can't make any sense out of that, not sure where exactly it's
looking for mp3lame, and in what format (libmp3lame.a, libmp3lame.al, or
.dll?)
Thanks much.
- Emmanuel
More information about the MPlayer-cygwin
mailing list