Richard Brooklyn wrote:

Sadly, gnash no longer compiles here. Well, it compiled, but didn't
install with the following error:

  Apply this patch to plugin/Makefile.am:
-       test -z "$(plugindir)" || $(mkdir_p) "$(DESTDIR)$(plugindir)"
+       test -d "$(plugindir)" || mkdir "$(DESTDIR)$(plugindir)"

Personally, I'd configure with --disable-plugin for now, and use MozPlugger with the standalone player. The current plugin is just an OpenGL test, and doesn't play movies yet. I haven't checked in the patch because I'm deep in working on the plugin right now... I found that I have to have data shared between all invocations of the player so switching the OpenGL & X11 context doesn't core dump with rendering multiple movies at the same time.

        - rob -


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

Reply via email to