shithub: libvpx

Download patch

ref: 296b4be85966e199c4cf36ce94909a2371caaeab
parent: f16fb829e6d94f870cb2a7751eafe3dc3d04744c
parent: e813843b46ace97be060a92ce400496a2e7dbf5c
author: Johann <johannkoenig@google.com>
date: Tue Nov 19 06:17:19 EST 2013

Merge "Disable avx/avx2 for Visual Studio 2010"

--- a/build/make/configure.sh
+++ b/build/make/configure.sh
@@ -1078,7 +1078,7 @@
                 msvs_arch_dir=x86-msvs
                 vc_version=${tgt_cc##vs}
                 case $vc_version in
-                    7|8|9)
+                    7|8|9|10)
                          echo "${tgt_cc} does not support avx/avx2, disabling....."
                          RTCD_OPTIONS="${RTCD_OPTIONS}--disable-avx --disable-avx2 "
                          soft_disable avx