From ddb7e9b96877d6c409b08a29a068bacbfd640de8 Mon Sep 17 00:00:00 2001 From: lisu Date: Sun, 22 Jan 2012 16:35:38 +0000 Subject: [PATCH] - use simple const Changed files: gpac-xulrunner.patch -> 1.4 --- gpac-xulrunner.patch | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/gpac-xulrunner.patch b/gpac-xulrunner.patch index 21a55a0..128382e 100644 --- a/gpac-xulrunner.patch +++ b/gpac-xulrunner.patch @@ -24,7 +24,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); ++const char* NPP_GetMIMEDescription(void); //#define NO_GPAC @@ -248,7 +248,7 @@ -char* NPP_GetMIMEDescription(void) -+NPP_GET_MIME_CONST char* NPP_GetMIMEDescription(void) ++const char* NPP_GetMIMEDescription(void) { return GPAC_PLUGIN_MIMETYPES; } -- 2.44.0