On Sun, Apr 05, 2009 at 06:53:17PM +0200, Norman Khine <[email protected]> wrote:
> Don't think so, how can i check?
Try
ldd /usr/local/bin/wav2swf
to see whether it's linked against LAME.
Also, in the source, in lib/modules/swfsound.c, could you change
#ifdef HAVE_LAME
#define HAVE_SOUND
to
#ifndef HAVE_LAME
#error "No mp3 support"
#endif
#ifdef HAVE_LAME
#define HAVE_SOUND
and recompile?
> Also, I have the same error on my gentoo server and SWFTools was
> simply emerged once.
>
> # emerge -av media-gfx/swftools
>
> These are the packages that would be merged, in order:
Could you try a
ldd /usr/bin/wav2swf
here too?
Matthias