summaryrefslogtreecommitdiff
path: root/build/make/configure.sh
diff options
context:
space:
mode:
authorJohann <johannkoenig@google.com>2013-11-18 13:30:19 -0800
committerJohann <johannkoenig@google.com>2013-11-18 13:30:19 -0800
commite813843b46ace97be060a92ce400496a2e7dbf5c (patch)
tree9c14331e5e25096119899e33777c1e9a58918532 /build/make/configure.sh
parent46ce6ddec408c41a68a81b3af563d073c45e3cc3 (diff)
downloadlibvpx-e813843b46ace97be060a92ce400496a2e7dbf5c.tar
libvpx-e813843b46ace97be060a92ce400496a2e7dbf5c.tar.gz
libvpx-e813843b46ace97be060a92ce400496a2e7dbf5c.tar.bz2
libvpx-e813843b46ace97be060a92ce400496a2e7dbf5c.zip
Disable avx/avx2 for Visual Studio 2010
VS2010 only supports avx. There is currently no avx code in libvpx so don't create a special case for it. Change-Id: Iacb10ea4762155412e04f23904b4324d01451fbd
Diffstat (limited to 'build/make/configure.sh')
-rwxr-xr-xbuild/make/configure.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/build/make/configure.sh b/build/make/configure.sh
index 0106737b8..8dcb9bbf4 100755
--- a/build/make/configure.sh
+++ b/build/make/configure.sh
@@ -1078,7 +1078,7 @@ EOF
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