]> git.pld-linux.org Git - packages/gecko-mediaplayer.git/blame - gecko-mediaplayer-runtime.patch
- updated gettext BR
[packages/gecko-mediaplayer.git] / gecko-mediaplayer-runtime.patch
CommitLineData
866661ac
ŁK
1Fixes: "undefined symbol: NPP_GetJavaClass" error.
2--- gecko-mediaplayer-0.9.8/src/np_entry.cpp.org 2009-10-01 21:45:45.526566754 +0200
3+++ gecko-mediaplayer-0.9.8/src/np_entry.cpp 2009-10-01 21:46:03.568895013 +0200
4@@ -170,7 +170,7 @@
5 pluginFuncs->urlnotify = NewNPP_URLNotifyProc(NPP_URLNotify);
6 pluginFuncs->event = NULL;
7 pluginFuncs->getvalue = NewNPP_GetValueProc(NPP_GetValue);
8-#ifdef OJI
9+#if 0
10 pluginFuncs->javaClass = NPP_GetJavaClass();
11 #endif
12
This page took 0.065493 seconds and 4 git commands to generate.