Closed GoogleCodeExporter closed 8 years ago
Gosh those people at Mozilla drive me crazy with the constant API changes...
np_entry.cpp and npp_gate.cpp come from the xulrunner kit, so you can probably
just replace them...
Original comment by kdeko...@gmail.com
on 28 Jan 2011 at 7:19
Not sure what "xulrunner kit" is. But if you refer to
http://hg.mozilla.org/mozilla-central/file/2926ad5face7/modules/plugin/sdk/sampl
es/npruntime/np_entry.cpp... it still uses NPP_Initialize xD
But since
http://hg.mozilla.org/mozilla-central/file/2926ad5face7/modules/plugin/sdk/sampl
es/npruntime/npp_gate.cpp defines the function as
NPError NPP_Initialize(void)
{
return NPERR_NO_ERROR;
}
I just deleted the function call from gecko-mediaplayer and... it works fine in
my openSUSE 11.3 system (xulrunner 1.9.2.13).
Original comment by Christia...@gmail.com
on 28 Jan 2011 at 7:56
Which file did you delete it from? np_entry.cpp?
Original comment by kdeko...@gmail.com
on 28 Jan 2011 at 8:01
Yes
Original comment by Christia...@gmail.com
on 28 Jan 2011 at 8:03
Attachments:
Applied
Original comment by kdeko...@gmail.com
on 28 Jan 2011 at 8:08
Original issue reported on code.google.com by
Christia...@gmail.com
on 28 Jan 2011 at 7:12