summaryrefslogtreecommitdiffstats
path: root/contrib/libbluray/P00-mingw-lib.patch
diff options
context:
space:
mode:
Diffstat (limited to 'contrib/libbluray/P00-mingw-lib.patch')
-rw-r--r--contrib/libbluray/P00-mingw-lib.patch13
1 files changed, 13 insertions, 0 deletions
diff --git a/contrib/libbluray/P00-mingw-lib.patch b/contrib/libbluray/P00-mingw-lib.patch
new file mode 100644
index 000000000..2597858db
--- /dev/null
+++ b/contrib/libbluray/P00-mingw-lib.patch
@@ -0,0 +1,13 @@
+--- libbluray-1.0.1/jni/win32/jni_md.h.orig 2017-03-02 08:33:49.000000000 -0500
++++ libbluray-1.0.1/jni/win32/jni_md.h 2017-08-16 12:07:43.000000000 -0400
+@@ -38,8 +38,8 @@
+ #ifndef _JNI_MD_H_
+ #define _JNI_MD_H_
+
+-#define JNIEXPORT __declspec(dllexport)
+-#define JNIIMPORT __declspec(dllimport)
++#define JNIEXPORT
++#define JNIIMPORT
+ #define JNICALL __stdcall
+
+ typedef long jint;