]> git.pld-linux.org Git - packages/gpac.git/commitdiff
- some more xulrunner fixes
authorlisu <lisu@pld-linux.org>
Sun, 22 Jan 2012 16:20:14 +0000 (16:20 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    gpac-xulrunner.patch -> 1.3

gpac-xulrunner.patch

index f9a9179486e5472fe51bff97a946d7c81bb475a3..21a55a07d9f2a92cc4a72994d65e05c892c2f23d 100644 (file)
  
  #include "npplat.h"
  #include "nsIOsmozilla.h"
+@@ -104,7 +104,7 @@
+
+ // global to get plugins name & description
+ NPError NS_PluginGetValue(NPPVariable aVariable, void *aValue);
+-char* NPP_GetMIMEDescription(void);
++NPP_GET_MIME_CONST char* NPP_GetMIMEDescription(void);
+
+
+ //#define NO_GPAC
 --- gpac/applications/osmozilla/osmozilla.cpp.orig     2008-10-06 17:17:57.000000000 +0200
 +++ gpac/applications/osmozilla/osmozilla.cpp  2011-03-20 10:12:46.068709568 +0100
 @@ -856,19 +856,19 @@
  #include <nsIServiceManager.h>
  int main( void ) { return 0; }
  EOF
+--- gpac/applications/osmozilla/osmozilla.cpp~ 2012-01-22 17:15:26.902074831 +0100
++++ gpac/applications/osmozilla/osmozilla.cpp  2012-01-22 17:17:43.514543060 +0100
+@@ -91,7 +91,7 @@
+       "application/x-gpac::GPAC plugin;" \
+-char* NPP_GetMIMEDescription(void)
++NPP_GET_MIME_CONST char* NPP_GetMIMEDescription(void)
+ {
+       return GPAC_PLUGIN_MIMETYPES;
+ }
This page took 0.032069 seconds and 4 git commands to generate.