summaryrefslogtreecommitdiff
path: root/third_party/yuv/source/cpu_id.cc
diff options
context:
space:
mode:
authorNanang Izzuddin <nanang@teluu.com>2017-01-23 04:32:34 +0000
committerNanang Izzuddin <nanang@teluu.com>2017-01-23 04:32:34 +0000
commitf6d78bf855f2d564f9e383508908631a4668e2af (patch)
tree223bd69531113c5069679f9a6d482c03863284c9 /third_party/yuv/source/cpu_id.cc
parentdfe36134873cb77d5b9c2a999f3134eb79f6ca6e (diff)
Re #1900: Reintegrated works in UWP branch to trunk.
git-svn-id: http://svn.pjsip.org/repos/pjproject/trunk@5539 74dad513-b988-da41-8d7b-12977e46ad98
Diffstat (limited to 'third_party/yuv/source/cpu_id.cc')
-rw-r--r--third_party/yuv/source/cpu_id.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/third_party/yuv/source/cpu_id.cc b/third_party/yuv/source/cpu_id.cc
index 84927ebc..907d4fad 100644
--- a/third_party/yuv/source/cpu_id.cc
+++ b/third_party/yuv/source/cpu_id.cc
@@ -167,7 +167,7 @@ int cpu_info_ = 0; // cpu_info is not initialized yet.
// Test environment variable for disabling CPU features. Any non-zero value
// to disable. Zero ignored to make it easy to set the variable on/off.
-#if !defined(__native_client__) && !defined(_M_ARM)
+#if !defined(__native_client__) && !defined(_M_ARM) && !defined(_MSC_VER)
static LIBYUV_BOOL TestEnv(const char* name) {
const char* var = getenv(name);