|
From: | Rob Savoye |
Subject: | Re: [Gnash] Gnash now runs in browser |
Date: | Fri, 24 Feb 2006 11:32:00 -0700 |
User-agent: | Mozilla Thunderbird 1.0.7 (X11/20051013) |
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 -
[Prev in Thread] | Current Thread | [Next in Thread] |