shithub: libvpx

Download patch

ref: 747f76fc999a0fc6cd38b5a5e5aee512302dacc7
parent: fd935f309c3a0129f1f2f213a4786a9e98976554
parent: 98ca829f574c281bc320c27dd2c71ac97b20734b
author: John Koleszar <[email protected]>
date: Fri Jun 7 08:10:22 EDT 2013

Merge "Fix mingw build error" into experimental

--- a/third_party/libyuv/source/scale.c
+++ b/third_party/libyuv/source/scale.c
@@ -632,7 +632,7 @@
   { 65536 / 3, 65536 / 3, 65536 / 2, 65536 / 3, 65536 / 3, 65536 / 2, 0, 0 };
 #endif
 
-#if defined(_M_IX86) && !defined(YUV_DISABLE_ASM)
+#if defined(_M_IX86) && !defined(YUV_DISABLE_ASM) && defined(_MSC_VER)
 
 #define HAS_SCALEROWDOWN2_SSE2
 // Reads 32 pixels, throws half away and writes 16 pixels.