summaryrefslogtreecommitdiffstats
path: root/contrib/x265_8bit/P00-mingw-lib.patch
diff options
context:
space:
mode:
Diffstat (limited to 'contrib/x265_8bit/P00-mingw-lib.patch')
-rw-r--r--contrib/x265_8bit/P00-mingw-lib.patch11
1 files changed, 0 insertions, 11 deletions
diff --git a/contrib/x265_8bit/P00-mingw-lib.patch b/contrib/x265_8bit/P00-mingw-lib.patch
deleted file mode 100644
index 5c822be0a..000000000
--- a/contrib/x265_8bit/P00-mingw-lib.patch
+++ /dev/null
@@ -1,11 +0,0 @@
---- x265_2.5/source/x265-extras.h.orig 2017-07-13 07:20:07.000000000 -0400
-+++ x265_2.5/source/x265-extras.h 2017-07-31 13:20:23.000000000 -0400
-@@ -33,7 +33,7 @@
- extern "C" {
- #endif
-
--#if _WIN32
-+#ifdef X265_API_IMPORTS
- #define LIBAPI __declspec(dllexport)
- #else
- #define LIBAPI