summarylogtreecommitdiffstats
path: root/0003-Prevent-redefinition-of-MFVideoNormalizedRect.patch
diff options
context:
space:
mode:
Diffstat (limited to '0003-Prevent-redefinition-of-MFVideoNormalizedRect.patch')
-rw-r--r--0003-Prevent-redefinition-of-MFVideoNormalizedRect.patch29
1 files changed, 0 insertions, 29 deletions
diff --git a/0003-Prevent-redefinition-of-MFVideoNormalizedRect.patch b/0003-Prevent-redefinition-of-MFVideoNormalizedRect.patch
deleted file mode 100644
index e9481c0eddf7..000000000000
--- a/0003-Prevent-redefinition-of-MFVideoNormalizedRect.patch
+++ /dev/null
@@ -1,29 +0,0 @@
-From ab9f339dd836ece1b4b1c220b6fe6888852a8694 Mon Sep 17 00:00:00 2001
-From: Martchus <martchus@gmx.net>
-Date: Mon, 24 Sep 2018 19:21:40 +0200
-Subject: [PATCH 3/4] Prevent redefinition of MFVideoNormalizedRect
-
-This establishes compatibility with MinGW-w64 headers 6.0
-where MFVideoNormalizedRect has been added to evr.h.
-
-Change-Id: Id4edec36c6bc9c50cadbeacc436382940973475c
----
- src/plugins/common/evr/evrdefs.h | 2 +-
- 1 file changed, 1 insertion(+), 1 deletion(-)
-
-diff --git a/src/plugins/common/evr/evrdefs.h b/src/plugins/common/evr/evrdefs.h
-index f898209b..a8d7f664 100644
---- a/src/plugins/common/evr/evrdefs.h
-+++ b/src/plugins/common/evr/evrdefs.h
-@@ -83,7 +83,7 @@ HRESULT WINAPI Direct3DCreate9Ex(UINT SDKVersion, IDirect3D9Ex**);
- #define MF_E_TRANSFORM_NEED_MORE_INPUT ((HRESULT)0xC00D6D72L)
- #endif
-
--#ifdef __GNUC__
-+#if defined(__GNUC__) && !defined(_MFVideoNormalizedRect_)
- typedef struct MFVideoNormalizedRect {
- float left;
- float top;
---
-2.19.2
-