summaryrefslogtreecommitdiff
path: root/drivers/theoraplayer/src/YUV
diff options
context:
space:
mode:
authorJuan Linietsky <reduzio@gmail.com>2015-09-03 23:24:55 -0300
committerJuan Linietsky <reduzio@gmail.com>2015-09-03 23:24:55 -0300
commitb0aa49accbd7e45dae38f1bd43b0fbdd11714211 (patch)
treef9173780301097b0da9bba0203402c33036ea72d /drivers/theoraplayer/src/YUV
parent7900d5daf21434a9396894a7c3ac360c03938770 (diff)
merged some stuff for okam
Diffstat (limited to 'drivers/theoraplayer/src/YUV')
-rwxr-xr-xdrivers/theoraplayer/src/YUV/libyuv/src/cpu_id.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/theoraplayer/src/YUV/libyuv/src/cpu_id.cc b/drivers/theoraplayer/src/YUV/libyuv/src/cpu_id.cc
index f52bd95551..aac7390b32 100755
--- a/drivers/theoraplayer/src/YUV/libyuv/src/cpu_id.cc
+++ b/drivers/theoraplayer/src/YUV/libyuv/src/cpu_id.cc
@@ -174,7 +174,7 @@ int cpu_info_ = kCpuInit; // cpu_info is not initialized yet.
#if !defined(__native_client__) && !defined(_M_ARM)
static LIBYUV_BOOL TestEnv(const char* name) {
-#ifndef _WINRT
+#if !defined(_WINRT) && !defined(ORBIS_ENABLED)
const char* var = getenv(name);
if (var) {
if (var[0] != '0') {