gnash-dev
[Top][All Lists]
Advanced

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

Re: [Gnash-dev] enable-engine


From: strk
Subject: Re: [Gnash-dev] enable-engine
Date: Tue, 10 Oct 2006 10:48:46 +0200

I fixed this :

        1) Add a --with-mp3-decoder replacing the missing --enable-engine
        2) Add some checks on its use (only valid with --enable-sound=sdl)
        3) replace HAVE_MAD and HAVE_FFMPEG with USE_FFMPEG_ENGINE and
           USE_MAD_ENGINE

--strk;

On Tue, Oct 10, 2006 at 10:04:11AM +0200, strk wrote:
> Rob, can't find a commit-log of your --enable-mad => --enable-engine=mad
> change to answer there. Anyway, here's the problem:
> 
> backend/Makefile.am:93: HAVE_MAD does not appear in AM_CONDITIONAL
> gui/Makefile.am:127: USE_FFMPEG_ENGINE does not appear in AM_CONDITIONAL
> gui/Makefile.am:132: USE_MAD_ENGINE does not appear in AM_CONDITIONAL
> utilities/Makefile.am:53: USE_FFMPEG_ENGINE does not appear in AM_CONDITIONAL
> utilities/Makefile.am:58: USE_MAD_ENGINE does not appear in AM_CONDITIONAL
> 
> Also, I can't find --enable-engine handling anywhere (a pending commit?).
> Finally, would it be wiser to name that flag --with-mp3-decoder=XXX ?
> 
> --strk;




reply via email to

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