summaryrefslogtreecommitdiff
path: root/data/patches/gnuzilla-bug-1010972.patch
diff options
context:
space:
mode:
authorRuben Rodriguez <ruben@gnu.org>2015-07-09 14:03:09 -0500
committerRuben Rodriguez <ruben@gnu.org>2015-10-12 23:19:26 -0500
commit6a6d63d8f2e6e04644fcf93d9937508af6eefff2 (patch)
tree85592e68d874a1a20115eedcdd92bd18ae66aa74 /data/patches/gnuzilla-bug-1010972.patch
parent4d18722d200805d5e56e8cd1dcfac61451f4f4f0 (diff)
Initial adaptation to v38.x
Diffstat (limited to 'data/patches/gnuzilla-bug-1010972.patch')
-rw-r--r--data/patches/gnuzilla-bug-1010972.patch11
1 files changed, 0 insertions, 11 deletions
diff --git a/data/patches/gnuzilla-bug-1010972.patch b/data/patches/gnuzilla-bug-1010972.patch
deleted file mode 100644
index 94eaf2b..0000000
--- a/data/patches/gnuzilla-bug-1010972.patch
+++ /dev/null
@@ -1,11 +0,0 @@
---- a/media/libyuv/source/cpu_id.cc 2015-01-27 19:15:52.069520584 +0100
-+++ b/media/libyuv/source/cpu_id.cc 2015-01-30 00:50:10.425853894 +0100
-@@ -97,7 +97,7 @@
- uint32 xcr0 = 0u;
- #if defined(_MSC_VER) && defined(_XCR_XFEATURE_ENABLED_MASK)
- xcr0 = (uint32)(_xgetbv(_XCR_XFEATURE_ENABLED_MASK));
--#elif defined(_M_IX86)
-+#elif defined(_MSC_VER) && defined(_M_IX86)
- __asm {
- xor ecx, ecx // xcr 0
- _asm _emit 0x0f _asm _emit 0x01 _asm _emit 0xd0 // For VS2010 and earlier.