swftools-common
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Swftools-common] how to play .wav file from swf button


From: Matthias Kramm
Subject: Re: [Swftools-common] how to play .wav file from swf button
Date: Tue, 7 Apr 2009 16:06:53 +0200
User-agent: Mutt/1.5.6i

On Sun, Apr 05, 2009 at 06:53:17PM +0200, Norman Khine <address@hidden> 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






reply via email to

[Prev in Thread] Current Thread [Next in Thread]