SOURCES: mplayerplug-in-opera.patch (NEW) - for Opera

charles charles at pld-linux.org
Tue Feb 7 18:14:15 CET 2006


Author: charles                      Date: Tue Feb  7 17:14:15 2006 GMT
Module: SOURCES                       Tag: HEAD
---- Log message:
- for Opera

---- Files affected:
SOURCES:
   mplayerplug-in-opera.patch (NONE -> 1.1)  (NEW)

---- Diffs:

================================================================
Index: SOURCES/mplayerplug-in-opera.patch
diff -u /dev/null SOURCES/mplayerplug-in-opera.patch:1.1
--- /dev/null	Tue Feb  7 18:14:15 2006
+++ SOURCES/mplayerplug-in-opera.patch	Tue Feb  7 18:14:10 2006
@@ -0,0 +1,14 @@
+--- mplayerplug-in/plugingate/np_entry.cpp.orig	2004-02-05 01:34:49.000000000 +0100
++++ mplayerplug-in/plugingate/np_entry.cpp	2006-02-07 15:21:48.000000000 +0100
+@@ -105,8 +105,9 @@
+   if(HIBYTE(aNPNFuncs->version) > NP_VERSION_MAJOR)
+     return NPERR_INCOMPATIBLE_VERSION_ERROR;
+ 
+-  if(aNPNFuncs->size < sizeof(NPNetscapeFuncs))
+-    return NPERR_INVALID_FUNCTABLE_ERROR;
++// commented out for opera
++//  if(aNPNFuncs->size < sizeof(NPNetscapeFuncs))
++//    return NPERR_INVALID_FUNCTABLE_ERROR;
+ 
+   NPNFuncs.size             = aNPNFuncs->size;
+   NPNFuncs.version          = aNPNFuncs->version;
================================================================


More information about the pld-cvs-commit mailing list