[SCM] gecko-mediaplayer/master: Define NP_LOADDS if it doesn't exist

sramacher at users.alioth.debian.org sramacher at users.alioth.debian.org
Sat Jun 14 14:40:25 UTC 2014


The following commit has been merged in the master branch:
commit 9f8a377bfd781ea878ea08fe0df3fb7e1fe1f2f6
Author: Sebastian Ramacher <sramacher at debian.org>
Date:   Sat Jun 14 16:38:02 2014 +0200

    Define NP_LOADDS if it doesn't exist

diff --git a/debian/patches/np_loadds.patch b/debian/patches/np_loadds.patch
new file mode 100644
index 0000000..de40696
--- /dev/null
+++ b/debian/patches/np_loadds.patch
@@ -0,0 +1,16 @@
+Description: Define NP_LOADDS if it doesn't exist
+Author: Sebastian Ramacher <sramacher at debian.org>
+Last-Update: 2014-06-14
+
+--- gecko-mediaplayer-1.0.9.orig/src/npupp.h
++++ gecko-mediaplayer-1.0.9/src/npupp.h
+@@ -63,6 +63,9 @@
+ 
+ #include "npruntime.h"
+ 
++#ifndef NP_LOADDS
++#define NP_LOADDS
++#endif
+ 
+ /******************************************************************************************
+    plug-in function table macros
diff --git a/debian/patches/series b/debian/patches/series
index 605d4d5..05642f5 100644
--- a/debian/patches/series
+++ b/debian/patches/series
@@ -1 +1,2 @@
 0001-nomozalloc.patch
+np_loadds.patch

-- 
gecko-mediaplayer packaging



More information about the pkg-multimedia-commits mailing list