On Thu, 10 Nov 2011 07:33:08 -0600
DJ Lucas <[email protected]> wrote:
> Guys, just in case you are not aware, we should probably consider using
> external npapi. We can of course, fix anything that is using the
> incorrect version scheme, but looking to the future, that might be a bit
> of work (OpenJDK specifically will be a PITA, don't know about other
> open source plug-ins).
I'm not sure what you mean there. Do you mean compile Firefox to use an
external npapi? Greping through the output of ./configure --help I can
see no mention of npapi.
When I compile gnash-0.8.9 I configure it
--with-npapi-incl=/usr/include/firefox-8.0
I also had to add a small fix it so it could use the new firefox headers
(firefox-7.0 worked fine):
sed -i 's#^char#const char#' \
plugin/npapi/{mozilla-sdk/np_entry,plugin}.cpp
Andy
--
http://linuxfromscratch.org/mailman/listinfo/blfs-dev
FAQ: http://www.linuxfromscratch.org/blfs/faq.html
Unsubscribe: See the above information page