gnash-dev
[Top][All Lists]
Advanced

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

Re: [Gnash-dev] pre-release testing


From: strk
Subject: Re: [Gnash-dev] pre-release testing
Date: Mon, 9 Oct 2006 17:03:12 +0200

On Mon, Oct 09, 2006 at 08:49:14AM -0600, Rob Savoye wrote:
> strk wrote:
> > Some things I think we should fix before release:
> > 
> >     - ./configure improvements:
> >       + exit with error when required deps are not found
> >         (last time I checked didn't work for ffmpeg sound and agg renderer)
> 
>   This should work for ffmpeg, but the error message was wrong. (though
> it was Gstreamer). If AGG is configured, you should get an error from
> configure. I'll add the one line to ffmpeg to do the same.

I think I've fixed ffmpeg myself, I'm pretty satisfied with it now.

> >       + exit with an error when an unimplemented gui/renderer is
> >         requested, document the working ones at least in gui/README
> 
>  You mean if they specify Cairo, or something other than cairo, opengl,
> or agg ?

The following should exit with an error:

--enable-gui=GTK --enable-renderer=AGG
--enable-gui=SDL --enable-renderer=AGG
--enable-gui=FB --enable-renderer=opengl
--enable-gui=FB --enable-renderer=cairo

--strk;




reply via email to

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