summaryrefslogtreecommitdiffstats
path: root/contrib/libdvdread/P00-mingw-dlfcn.patch
diff options
context:
space:
mode:
Diffstat (limited to 'contrib/libdvdread/P00-mingw-dlfcn.patch')
-rw-r--r--contrib/libdvdread/P00-mingw-dlfcn.patch11
1 files changed, 11 insertions, 0 deletions
diff --git a/contrib/libdvdread/P00-mingw-dlfcn.patch b/contrib/libdvdread/P00-mingw-dlfcn.patch
new file mode 100644
index 000000000..430e817e8
--- /dev/null
+++ b/contrib/libdvdread/P00-mingw-dlfcn.patch
@@ -0,0 +1,11 @@
+--- libdvdread-5.0.3/src/dvd_input.c.orig 2015-01-28 11:17:27.000000000 -0500
++++ libdvdread-5.0.3/src/dvd_input.c 2017-07-10 19:12:12.000000000 -0400
+@@ -55,7 +55,7 @@
+ # else
+ # if defined(WIN32)
+ /* Only needed on MINGW at the moment */
+-# include "../msvc/contrib/dlfcn.c"
++# include "msvc/msvc/contrib/dlfcn.c"
+ # endif
+ #endif
+