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;


_______________________________________________
Gnash-dev mailing list
[email protected]
http://lists.gnu.org/mailman/listinfo/gnash-dev

Reply via email to