On Fri, Jul 22, 2011 at 09:24:38PM +0200, Jonas 'Sortie' Termansen wrote: > * Wondered whether it is possible/useful to compile both GST and > FFmpeg into gnash, and then search for a decoder in both backends. > * That would make it easier for make check to check all possible backends.
It is possible (and useful) to compile both GST and FFmpeg into gnash. It's actually the default, if deps for both are found. You can specify which handler to use at runtime with the gnashrc directive 'set mediaHandler xx' and with the -M commandline option. If your test runner is written in C++ you should have access to the list of available handlers, so you can scan it. It should be a GnashFactory. --strk; () Free GIS & Flash consultant/developer /\ http://strk.keybit.net/services.html _______________________________________________ Gnash-dev mailing list [email protected] https://lists.gnu.org/mailman/listinfo/gnash-dev

