summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorTimothy Gu <timothygu99@gmail.com>2015-12-17 01:15:32 (GMT)
committerTony Theodore <tonyt@logyst.com>2016-01-06 07:47:28 (GMT)
commit3ca9791bf1c8762d872afffdb4e455a6ce2162d3 (patch)
tree2b02157cec8f303567616717e20ebc26f712205e /src
parentcbe1c8f46cd5060b5f0b6d42a4f6e0dc683b9327 (diff)
downloadmxe-3ca9791bf1c8762d872afffdb4e455a6ce2162d3.zip
mxe-3ca9791bf1c8762d872afffdb4e455a6ce2162d3.tar.gz
mxe-3ca9791bf1c8762d872afffdb4e455a6ce2162d3.tar.bz2
Remove libbluray patch
It was for MinGW.org, which we don't support any more.
Diffstat (limited to 'src')
-rw-r--r--src/libbluray-1.patch31
1 files changed, 0 insertions, 31 deletions
diff --git a/src/libbluray-1.patch b/src/libbluray-1.patch
deleted file mode 100644
index ce6ceb7..0000000
--- a/src/libbluray-1.patch
+++ /dev/null
@@ -1,31 +0,0 @@
-This file is part of MXE.
-See index.html for further information.
-
-From b9d39febfd23198c1f9758ffe400cb35a97c1223 Mon Sep 17 00:00:00 2001
-From: Timothy Gu <timothygu99@gmail.com>
-Date: Sat, 28 Mar 2015 10:57:00 +0100
-Subject: [PATCH] fix strncasecmp
-
-
-diff --git a/src/libbluray/bdnav/meta_parse.c b/src/libbluray/bdnav/meta_parse.c
-index a74ed6e..73ea57b 100644
---- a/src/libbluray/bdnav/meta_parse.c
-+++ b/src/libbluray/bdnav/meta_parse.c
-@@ -29,6 +29,13 @@
- #include "meta_parse.h"
- #include "libbluray/register.h"
-
-+#if (defined(__MINGW32__) && !defined(__MINGW64_VERSION_MAJOR))
-+#define strncasecmp _strnicmp
-+#ifdef __STRICT_ANSI__
-+#undef __STRICT_ANSI__
-+#endif
-+#endif
-+
- #include <stdlib.h>
- #include <string.h>
- #include <errno.h>
---
-2.1.0
-
-