From ef670fd8cfbc2794d0d4fe04476e4b2226ae5eae Mon Sep 17 00:00:00 2001 From: Ruben Rodriguez Date: Wed, 3 Feb 2016 13:35:05 -0600 Subject: Added Windows build patches from TorBrowser --- ...bug-1183967-fixup-correct-case-of-mfidl.h.patch | 22 ++++++++++++++++++++++ 1 file changed, 22 insertions(+) create mode 100644 data/patches/0002-bug-1183967-fixup-correct-case-of-mfidl.h.patch (limited to 'data/patches/0002-bug-1183967-fixup-correct-case-of-mfidl.h.patch') diff --git a/data/patches/0002-bug-1183967-fixup-correct-case-of-mfidl.h.patch b/data/patches/0002-bug-1183967-fixup-correct-case-of-mfidl.h.patch new file mode 100644 index 0000000..352c185 --- /dev/null +++ b/data/patches/0002-bug-1183967-fixup-correct-case-of-mfidl.h.patch @@ -0,0 +1,22 @@ +From 7b6be41fce3486aa5b0deee676bd9d2242692476 Mon Sep 17 00:00:00 2001 +From: Trevor Saunders +Date: Fri, 20 Mar 2015 15:18:26 -0400 +Subject: [PATCH 2/3] bug 1183967 - fixup correct case of mfidl.h + + +diff --git a/gfx/layers/IMFYCbCrImage.h b/gfx/layers/IMFYCbCrImage.h +index 5d863b4..6a5d392 100644 + +Index: gfx/layers/IMFYCbCrImage.h +=================================================================== +--- a/gfx/layers/IMFYCbCrImage.h ++++ b/gfx/layers/IMFYCbCrImage.h +@@ -8,7 +8,7 @@ + + #include "mozilla/RefPtr.h" + #include "ImageContainer.h" +-#include "Mfidl.h" ++#include "mfidl.h" + + namespace mozilla { + namespace layers { -- cgit v1.2.3