diff options
author | Ruben Rodriguez <ruben@gnu.org> | 2016-11-21 15:05:02 -0500 |
---|---|---|
committer | Ruben Rodriguez <ruben@gnu.org> | 2016-11-21 15:05:02 -0500 |
commit | 3386a6f438c7549e2ff5ca88498f27af40cf72e1 (patch) | |
tree | 11b9c65334627e881b31e8ae5657e645a2440a65 /data/patches/0002-bug-1183967-fixup-correct-case-of-mfidl.h.patch | |
parent | 1aecd18e5cc9d8b9dfd4063e749ce61eb0077e2a (diff) |
Removed unnecesary upstreamed patches
Diffstat (limited to 'data/patches/0002-bug-1183967-fixup-correct-case-of-mfidl.h.patch')
-rw-r--r-- | data/patches/0002-bug-1183967-fixup-correct-case-of-mfidl.h.patch | 22 |
1 files changed, 0 insertions, 22 deletions
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 deleted file mode 100644 index 352c185..0000000 --- a/data/patches/0002-bug-1183967-fixup-correct-case-of-mfidl.h.patch +++ /dev/null @@ -1,22 +0,0 @@ -From 7b6be41fce3486aa5b0deee676bd9d2242692476 Mon Sep 17 00:00:00 2001 -From: Trevor Saunders <tbsaunde@tbsaunde.org> -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 { |